SQL_Hell
SQL Server DBA
- Local time
- Today, 11:20
- Joined
- Dec 4, 2003
- Messages
- 1,361
Hi,
So.... I just spent most of my morning developing a SSIS package to export some data into an excel document, do a bit of filecopying and send some happy email informing the users that the joyous export has been completed, praise the lord!!
This SSIS package worked fine in my 32bit machine, but when I tried to schedule this package via a sqlserver job on my 64bit server, I was getting connection errors. The connection that was failing was a connection to a local drive on the server.
After a bit of headscratching, I found out that there is no 64bit Jet driver for Excel.... grr how annoying!!
Does anyone know if 64bit JET drivers will ever exist?
Anyone know of a way round this?
If I cant solve this, I will have to output .csv instead..
So.... I just spent most of my morning developing a SSIS package to export some data into an excel document, do a bit of filecopying and send some happy email informing the users that the joyous export has been completed, praise the lord!!
This SSIS package worked fine in my 32bit machine, but when I tried to schedule this package via a sqlserver job on my 64bit server, I was getting connection errors. The connection that was failing was a connection to a local drive on the server.
After a bit of headscratching, I found out that there is no 64bit Jet driver for Excel.... grr how annoying!!
Does anyone know if 64bit JET drivers will ever exist?
Anyone know of a way round this?
If I cant solve this, I will have to output .csv instead..