About 7,530 results
Open links in new tab
  1. In C#, how can I create a table in excel from a range of cells?

    Feb 4, 2010 · In my C# program, I'm creating an excel file (using Microsoft.Office.Interop.Excel). In this excel file, I'd like to be able to create a table over a range of data.

  2. Can't seed identity column while importing Excel into Sql Server

    Jun 16, 2016 · I'm trying to import an Excel spreadsheet into SQL Server 2008 R2 Express, which works fine. However I also want to create an Identity column as a primary key durning the import.

  3. How to enter expression in a table field? - social.msdn.microsoft.com

    May 11, 2012 · But you cant use it in Access 2007, so its better use a query like Tom said. Still you can use a field in table and if create a form to enter / edit data, you could use a procedure to update that …

  4. getFileAsync for Excel - social.msdn.microsoft.com

    Feb 11, 2013 · It is not supported for excel to use getFileAsync method. if you must get the scenario, I think you can create a binding for entire workbook, and then you can use Binding.getDataAsync to …

  5. How can I retrieve data or create a .xlsm workbook connection to a Vb ...

    Mar 8, 2012 · I have a macro-enabled workbook that I want to access via Visual basic Studio 2010 form. I tryied Microsoft ODBC Data Source (ODBC), but the form does not recognize my Excel sheets.

  6. how to load data into Fact table from excel by looking dimension …

    Mar 11, 2011 · it excel sheet i have 6000 rows for 6 columns ,,, i splited those 6 columns by using multi cast and used lookup to join columns with their respective dimension tables ,,

  7. Error message "CREATE TABLE permission denied in database 'master'"

    Feb 22, 2020 · As said you have created the new database and want create a table. Please make sure you are connecting to the right database. If you are unable to get the connection string of the newly …

  8. How to Truncate the Data from Excel sheet ..when loading

    Sep 19, 2011 · I am loading the data into Excel destination using ssis. Everyday I need to truncate the sheet and reload that fresh.

  9. Table has BigInt - when created View int picked

    Jul 30, 2014 · Hello All, We have a table (tbl_production) and it has a filed (ID) which is of data type bigint. When we create a view on this table, we notice the (ID) filed is of data type int. Compared the …

  10. Excel workbook problem in vb.net - social.msdn.microsoft.com

    Jul 17, 2013 · I'm using a excel workbook in vb.net environment (project->Visual Basic->Office->2010->Excel 2010 workbook (not using windows form to create a excel workbook.). How can set the …