About 41,800 results
Open links in new tab
  1. Using OPENROWSET to import CSV files - SQLServerCentral

    Nov 5, 2009 · Hi I am trying to import a CSVs file using OPENROWSET and import this into a database my problem is the CSV files may contain a varying number of columns i have tried using SELECT …

  2. Microsoft ACE OLEDB 12.0 X64 Driver freezing using open rowset

    Nov 20, 2011 · Having the same issue with the x64 edition of Access Database Engine (Microsoft.ACE.OLEDB.12). Running a query or stored procedure with OPENROWSET or …

  3. OpenRowset for CSV File – SQLServerCentral Forums

    Nov 23, 2016 · If not, could I use OPENROWSET to select the contents of the CSV file, load it to the database, without a format file but I would have to use FIRSTROW command?

  4. Extract data into a csv file using OPENROWSET - SQLServerCentral

    Jul 29, 2008 · Actually I have used the OPENROWSET with similar syntax to load data into table. And the file name is mentioned as a part of select statement with default dir defined.

  5. bulk insert vs openrowset – SQLServerCentral Forums

    Jul 27, 2010 · I intend to import csv files to SQL Server. Which would be a better option: bulk insert or openrowset. Would anyone be able to elaborate what are the disadvantages and advantages of …

  6. OpenRowSet works locally but not over networked drives

    Jul 10, 2013 · Home Forums SQL Server 2012 SQL 2012 - General OpenRowSet works locally but not over networked drives Post reply 1 2 3 Next

  7. using Openrowset to access delta files in ADLG2

    May 13, 2024 · ) AS [result] But I was checking on the net and I saw below example M. Use OPENROWSET to access multiple delta files from Azure Data Lake Gen2 Applies to: SQL Server …

  8. OPENROWSET when Excel worksheet name is unknown

    Sep 7, 2011 · OPENROWSET when Excel worksheet name is unknown Forum – Learn more on SQLServerCentral

  9. Passing filename as variable in OPENROWSET (BULK filename)

    Sep 8, 2010 · The update works fine; however I'm using the OPENROWSET (BULK filename) to read the contents into a XML variable. Is it possible to pass the filename to OPENROWSET via a stored …

  10. OPENROWSET - To use or not to use. - SQLServerCentral Forums

    Dec 9, 2008 · In that case, using OPENROWSET or Linked server (especially with the Jet driver) is much more forgiving and easy to use.