Reputation: 41929
After using SQLite for development and beta-testing for a home-project I want to migrate the DB to Microsoft SQL Server to get better performance. Is there any free/cheap utils that will do this?
So far I have found DBConvert that looks like a good product, are there others?
Upvotes: 6
Views: 12671
Reputation: 667
There are a few choices here: http://www.sqlite.org/cvstrac/wiki?p=ConverterTools
Upvotes: 3