The fastest way to migrate from sql server to sqlite for large datasets

I have a database with over 32 million records, I need to transfer it from SQL Server to Sqlite.

I tried SSIS (SQL Server Integration Services) using this article http://dbauman.blogspot.com/2009/03/connecting-to-sqlite-through-ssis.html

but the process is very slow, how can I transfer this data?

+5
source share
2 answers

There is a C # utility for automatically converting from a SQL Server database to SQLite DB Liron.

Here is the code draft article.

+9
source

SQLite, , .

, , , SQLServer SQLite, . , .

+2

All Articles