Question:
Best way to Import Excel .xls file data into SQLserver Database?
BeJay
2006-04-18 22:31:06 UTC
using ASP.Net with C#. I used OLEDB / ODBC but have error ISAM uninstallable or File has no permissions.
Three answers:
Bryan
2006-04-18 22:53:06 UTC
You can use any of the following techniques:

SQL Server Data Transformation Services (DTS)

•Microsoft SQL Server 2005 Integration Services (SSIS)

•SQL Server linked servers

•SQL Server distributed queries

•ActiveX Data Objects (ADO) and the Microsoft OLE DB Provider for SQL Server

•ADO and the Microsoft OLE DB Provider for Jet 4.0



Refer to the following site for details:

http://support.microsoft.com/?kbid=321686
2006-04-18 23:57:41 UTC
Microsoft SQL Server 2005 Integration Services (SSIS)
programmer
2006-04-18 22:35:55 UTC
Microsoft SQL Server's DTS Import / Export Wizard


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...