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
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
http://blogs.msdn.com/b/spike/archive/2008/07/23/ole-db-provider-microsoft-jet-oledb-4-0-for-linked-server-null-returned-message-unspecified-error.aspx
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
http://www.microsoft.com/en-us/download/details.aspx?id=23734
You should know that there is no 64-bit JET driver.
ASKER
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.