I created a SSIS package that exports some data from SQL database (using native OLE DB connection) to an Access (accdb) table using ACE.12 driver. The performance is very poor. It takes about 20 minutes to export 10,000 rows. I have tried running the package from BIDS as well as deploying it and running directly from the server.
On the other hand, exporting (from teh same OLE DB source) to mdb (using Jet 4.0 driver) is much much faster. So in my opinion, the problem dot not lie in data retireval, but in the the way ACE.12 driver interacts with the data target.
Is there any particular sutup needed to improve performance of exporting to accdb?