I have a SSIS Package which pulls data from SQL table and load into excel files. This scenario will work if i ran under 32bit environment. But I want to execute the same thing under 64bit.
When i tried to do that, I am facing an issue like "DTS_E_OLEDB_EXCEL_NOT_SUPPORTED: The Excel Connection Manager is not supported in the 64-bit version of SSIS, as no OLE DB provider is available"
So it means that, I do not have 64bit drivers on my machine if i am not wrong. Could any body tell where i can download Microsoft.ACE.OLEDB.12.0 drivers which will support Windows Server 2012.
Thanks in advance.
Venkat G