About 16,300 results
Open links in new tab
  1. How can I import an Excel file into SQL Server? - Stack Overflow

    I have data in an Excel file - actually XLSX format since it is now 2020. My requirement is to get this data into SQL Server as follows: ad hoc, the use case being feeding tables with test data, …

  2. Import Excel Spreadsheet Data to an EXISTING sql table?

    Apr 18, 2015 · Some research told me that it occurred because of a 64-bit instance of SQL server. The problem is that this Excel data transfer to a SQL table must be accomplished using the …

  3. ssms - Having problems importing excel worksheet into SQL …

    Aug 3, 2023 · Also you can't import Excel data into SSMS, it's just an IDE-like application and it cannot read Excel files. Presumably you mean SQL Server?

  4. sql server - 'Microsoft.ACE.OLEDB.16.0' provider is not registered …

    Nov 1, 2016 · Go to Start Menu -> Microsoft SQL Server 2017 -> SQL Server 2017 Import and Export Data (64-bit) Open the application and try to import data using the "Excel 2016" option, …

  5. issues importing excel and other files in SQL Server 2022

    Apr 27, 2023 · Right-click on the database and select "Tasks" > "Import Data". In the "Choose a Data Source" page of the wizard, select "Microsoft Excel" as the source. Browse to the Excel …

  6. How to import data from excel file into sql server DB by script

    Aug 10, 2022 · How to import data from excel file into sql server DB by script Asked 3 years, 4 months ago Modified 1 year, 6 months ago Viewed 8k times

  7. Importing Excel File into SQL Server 2022 using SSIS

    Dec 23, 2023 · The new server is using Windows 2022 server as its OS, with SQL Server 2022 and has Visual Studio 2022. One of my jobs uses the Excel Source along with an Excel …

  8. Import Excel spreadsheet columns into SQL Server database

    Sep 30, 2014 · Once connected to Sql Server 2005 Database, From Object Explorer Window, right click on the database which you want to import table into. Select Tasks -> Import Data. …

  9. Import Excel Data Into Temporary Table Without Using OLEDB in …

    Jun 18, 2019 · What about using the SQL Server Management Studio Import Data wizard? It has a driver for Excel (or CSV, if you can convert the data to that format) and a SQL Native Client …

  10. sql server - Looking for efficient methods of loading large excel …

    Sep 17, 2013 · Open a large xlsx file in excel Replace all "|" (pipes) with a space or another unique character Save the file as pipe-delimited CSV Use the import wizard in SQL Server …