Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bulk insert

Status
Not open for further replies.

b00gieman

Programmer
Joined
Jul 9, 2007
Messages
60
Location
DE
Hi!
I want to import data from an excel file into a ms sql table.I tried to use openrowset for this,but i ended up recieving this error:

[Microsoft][ODBC SQL Server Driver][SQL Server]OLE DB error trace [OLE/DB Provider 'Microsoft.Jet.OLEDB.4.0' IDBInitialize::Initialize returned 0x80004005: The provider did not give any information about the error.]

Could I use bulk insert for this,instead of openrowset?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top