About 50 results
Open links in new tab
  1. Fill an Excel Table using Open XML SDK 2.0 - social.msdn.microsoft.com

    Dec 14, 2018 · The template is created manually using Microsoft Office Excel 2007 application. The Table in the first sheet and the pivot table in the second sheet are also created using this. The Table …

  2. Calculated measure and Grand totals in pivot tables

    Jun 23, 2011 · As you can see, the calculated measure "Sales_Rpt" does not add up correctly at the "Grand Total" level which is automatically placed there by the excel pivot table.

  3. External Table is not in the expected format

    Oct 23, 2014 · You just need to update the driver to say ACE12 to process newer Excel files. SSIS does have some quirks processing Excel, but it is because Excel is not a data interchange format, it is a …

  4. How to get a running total in a listbox - social.msdn.microsoft.com

    May 25, 2012 · I am having a problem, I am trying to get a running total to come up in the lstGtotal listbox from the list of totals in the 1stTotal listbox but all that I am getting is the numbers 1stTotal …

  5. Importing Data from Excel into SQL Server using SSIS: some datetime ...

    Sep 9, 2010 · I created a Package in the Business Intelligence studio to Import data from Excel file into SQL Server 2005 using a Excel Source and a OLE DB Destination that uses a data convertion …

  6. disable volatile functions - social.msdn.microsoft.com

    May 13, 2011 · I'm going to attempt to get it changed. The person got some code from Chip Pearson's website to total colored cells in a workbook. Whenever my summary macro opens the workbooks the …

  7. SQL Server CPU Usage Troubleshooting - social.msdn.microsoft.com

    Jul 20, 2017 · - To analyze the query, i run Query->Analyze query in Database Engine Tuning Adviser. and found that Estimated Improvement is 0%. If this is the case, i feel query is good.

  8. SSIS: How to load 2 different excel files to 2 different tables?

    Jul 29, 2015 · According to your description, you want to truncate and reload data from two different excel sheet to two different tables, not an incremental load. Just as Visakh said, if both file sheets …

  9. MSDN

    MSDN

  10. Excel and database datatype conflict - social.msdn.microsoft.com

    Dec 12, 2008 · The understanding of field values by sql server and excel. 1. I need to import into a table whose fields are varchar type. 2. I have to use as datasource- an Excel sheet (.xls file). 3. Some …