views:

163

answers:

1

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?

A: 

There are a few choices here: http://www.sqlite.org/cvstrac/wiki?p=ConverterTools

Trae