But it is giving the below issue. I don't know how to fix it? Could you please help me in this regards. error:
I Tried the below solutions
Still the issue is there. Could you please help me in this regard.
(comments are locked)
|
|
Check my answers to following questions: import excel to sql You can receive this on X64 system, where you cannot use the 32 bit Microsoft.Jet.OLEDB.4.0. To read the Excel file on x64 system you can use x64 version of Microsoft Access Database Engine 2010 Redistributable.. However it cannot coexist with 32 bit version of MS office if installed on the same machine. On Server where you do not have office installed, it should not be a problem.
(comments are locked)
|
|
You didn't specify which version of SQL Server you are running. Can you confirm you are using the CTE release of SQL Server 2005? This error was very popular prior to SP1 for SQL 2005.
(comments are locked)
|
this means it can't even 'find' what you are trying to use as a source, either because it is locked/denied/non-existant. I would expect this error if the Excel sheet was already open. If it is not open, then check the filename and path, and finally any permissions to that file and path.
(comments are locked)
|


Do you have the excel document closed before running the query?
32-bit or 64-bit?
Does the SQL Server service account have permission to the file (full control)?
Do you have an up-to-date Jet driver? - http://support.microsoft.com/kb/239114
Can you create a linked server to this file and reference it that way?
Can you use SSIS/DTS instead of T-SQL (which version of SQL Server are you using)?