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?