About 5,450 results
Open links in new tab
  1. prevent password change - social.msdn.microsoft.com

    Jun 5, 2020 · I would like to prevent the removal (or change) of the password of a protected excel file. I mean the password related to "Encrypt with password". It would be fine also if there is a …

  2. SSIS package is failing when using SQL server agent

    May 4, 2014 · @Koen Verbeeck, I checked and rechecked my login, which is the sql server login and it's correct. :/ This is happening with this SSIS package which I am using an excel file but I …

  3. Excel file to listview - social.msdn.microsoft.com

    Jan 24, 2016 · I'm just starting out with visual studio. I've been looking around on the net for a way to read the data from an excel file into an array which i want to place into a listview but i can't …

  4. Open and Write to an Excel file from VB.Net Form

    May 28, 2010 · Put the file you want Excel to open somewhere it can find it and has permission to open the file. The root of the system drive is not a good location for non-system files.

  5. SaveAs method of Workbook class failed

    My application (MyApp) creates an instance of Excel.Application ActiveX object and after adding a workbook to the Excel.Application object and filling in its sheet saves the workbook by calling …

  6. Dynamic SSIS Package Development To Load 100 Excel Files into 1 …

    Dec 12, 2017 · We have 100 Excel files in one shared path, which contain different / same columns in each files.We wanted to load all 100 excel files into one table in sql server. Please …

  7. Encryption of SQL Express database - social.msdn.microsoft.com

    Mar 27, 2012 · That is a core difference between SQL CE and SQL Express (2005, 2008). SQL CE Supports full database encryption, SQL Express does not. You can always build a custom …

  8. when i export a report to an excel file , the column header name …

    Feb 15, 2019 · However, if you want to export a query to an excel file with custom field names, you can try to use DoCmd.TransferText method with the specification, and then open the file in …

  9. How to upload excel file using SSIS with out Excel installed on thes …

    Aug 5, 2015 · The Excel connection manager uses data provider to connect and read and write data to Excel data sources. There is no need to install Microsoft Excel on the server. The data …

  10. Reading Excel file from OneDrive/SharePoint location using …

    Mar 2, 2018 · I have been trying to read an excel file's content from OneDrive/SharePoint location using JavaScript but failing to do so even after many tries.