Link to home
Create AccountLog in
Avatar of mainrotor
mainrotor

asked on

Need help exporting data from a stored proc to Excel

Hi Experts,
I get the following error when I try exporting data from a Stored Proc into Excel from SQL Server 2012.

Cannot create an instance of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)".

Any idea how to fix this, will be greatly appreciated.

Thanks in advance,
mrotor
Avatar of eli411
eli411

Try to check "Non transacted updates" option in "Server objects - Linked servers - Providers - Microsoft.Jet.OLEDB.4.0" properties.
You needed to install the Data Connectivity Components on the server too!  Here is the link where you can download and install the file on your sever which will fix the problem.

http://www.microsoft.com/en-us/download/details.aspx?id=23734
Avatar of Anthony Perkins
You should know that there is no 64-bit JET driver.
Avatar of mainrotor

ASKER

In my SQL Server 2012 server, I searched for my ODBC drivers and found the following (see image):

User generated image

Is this correct?  Thanks in advance,
mrotor
ASKER CERTIFIED SOLUTION
Avatar of eli411
eli411

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer