Hi everyone, I'm new to this forum and I hope you guys can help me.A client gave me his old database to import them in a new one, but he gave it to me in .xls format. I am using the MSSQL Server Management Studio Express Edition and I want to import it from excel. I tried the following code but I have this errorCode:Insert into lffield Select SugarYld FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0','Excel 8.0;Database=D:\Previous Crop.xls;HDR=YES','SELECT YieldCurrent FROM [Previous Crop 2006$]')Error:Msg 7399, Level 16, State 1, Line 1The OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" reported an error. The provider did not give any information about the error.Msg 7303, Level 16, State 1, Line 1Cannot initialize the data source object of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)".