About 368 results
Open links in new tab
  1. Data Flow Task:Error: Excel Source failed the pre-execute phase …

    May 2, 2016 · I am trying to import data from an Excel (.xlsx) file into SQL Server. Excel file size is pretty big (128MB). It works fine if run in debug mode in SSDT but starts failing when I am …

  2. How to export data from sql server to excel file through queries?

    Jul 23, 2010 · Do you want to export the records from SQL Server using T-SQL and SELECT statements? If so, you can try to use the method posted in my previous reply. Also you can try …

  3. Macro to Save Excel file using cell references to create file Save As ...

    Apr 29, 2018 · We use Excel 2016 and have a file called 'Customer Record.xlsm'. This file contains a number of worksheets with protected cells to prevent users from changing \ altering …

  4. After export into Excel from SSRS, incorrect Page Number in the …

    Oct 3, 2008 · 1. Check Printer Settings in Excel file. Please try to Print Preview in Excel, then check your current Page size for printing. 2. Compare data. How many data have been export …

  5. problem in opening excel file by using visual basic 2013

    Jan 31, 2019 · Here is an example to work with. If the Excel file exists the file is opened then checked to see if the sheet exists, if so we now have a reference to it. I wrote an option to …

  6. Export SSRS report to Excel with formulas

    Mar 6, 2020 · Instead of generating a report in SSRS and exporting the report to Excel, create the Excel spreadsheet and pull the data from SQL into Excel. This would allow you the ability to …

  7. SSIS Package takes a long time to run - social.msdn.microsoft.com

    Jul 28, 2015 · I built my first SSIS package. It takes 25 minutes to run. It pulls 3500 rows from a view (15 columns), converts to Excel data types, then updates one column of values using an …

  8. download file with VBA - social.msdn.microsoft.com

    Aug 23, 2012 · i need to download a csv file from a website which needs log-in, is there any possibility to do it with VBA?

  9. How to disable excel macro security popup when opening a macro …

    Apr 19, 2013 · I have a macro enabled excel file in Excel 2010 (.xlsm). I have added this file location to Trusted location. So when i open this excel file by double clicking it I get no macro …

  10. Can I create a SSIS package to get only row 12 to row 123 from an …

    Nov 21, 2018 · I have an excel file (report which is scheduled into shared folder daily) which has around 300 rows of data but I need data only from row 12 to row 123 which has to be inserted …