Does anyone know if I can use the FastLoad parameter in a conneciton string to MS Access? I've been hunting this one for days and can't seem to get it to work.
Here's what I'm trying to use:
The goal is eventually to copy data from SQL Server to Access, but no matter what I try is SSIS it's always slow. I found a few ghost posts on the net referrring to this FastLoad option, but nothing really conclusive. Any info would be very much appreciated.
Thx.
Here's what I'm trying to use:
Code:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\MyDB.mdb;FastLoad=True;Persist Security Info=False
The goal is eventually to copy data from SQL Server to Access, but no matter what I try is SSIS it's always slow. I found a few ghost posts on the net referrring to this FastLoad option, but nothing really conclusive. Any info would be very much appreciated.
Thx.