SSIS export to SQLite3 using ADO.NET Destination
Posted: Tue 26 Jan 2010 09:37
Using latest 2.60 version, this export is very slow, as soon as you export more than few lines.
Replacing the ADO.NET destination by Script Destination make everything work, but make also dotconnectDriver useless for SSIS (the free SQLite driver is OK for that) !
It looks like a transaction is opened / closed for each INSERT, making huges amounts of disk access. Removing Journal File is useless.
Replacing the ADO.NET destination by Script Destination make everything work, but make also dotconnectDriver useless for SSIS (the free SQLite driver is OK for that) !
It looks like a transaction is opened / closed for each INSERT, making huges amounts of disk access. Removing Journal File is useless.