Hello everyone,
I need to export 328,000 rows from a SQL Server 2008 table into Sqlite 3.
I am using SSIS along with the free dotConnect ADO.net driver to achieve this but performance is not very good at the mo.
Can anyone suggest any hints that might make performance better?
Thanks in advance,
Al
SQL Server 2008 to Sqlite3 via SSIS
Update
I have installed and setup msdtc and told SSIS to use transactions but cannot get this to work and the package keeps erroring with various ADO.net errors.
I have increased the SSIS buffer size to it's maximum and instead of transfering 4,000 records at a time it's now transferring 40,000 records but the package is still taking the same amount of time to process them.
From my results last night it's processing around 10,000 records a minute so it is taking around 35mins approx to transfer the full 328,000 rows.
Any help/advice on how to increase the performance of this would be greatfully recieved.
Thanks,
Al
I have increased the SSIS buffer size to it's maximum and instead of transfering 4,000 records at a time it's now transferring 40,000 records but the package is still taking the same amount of time to process them.
From my results last night it's processing around 10,000 records a minute so it is taking around 35mins approx to transfer the full 328,000 rows.
Any help/advice on how to increase the performance of this would be greatfully recieved.
Thanks,
Al