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?
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?