Fastest way to migrate from sql server to sqlite for large datasets

Sawan picture Sawan · Jun 9, 2012 · Viewed 17.9k times · Source

I have a database with more than 32 million records, I have to migrate it from SQL Server to Sqlite.

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

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

Answer

Damith picture Damith · Jun 9, 2012

There is a C# utility to automatically do conversion from a SQL Server DB to a SQLite DB by liron.

Here is the code project article.