Espo
Espo

Reputation: 41929

Migrate SQLite database to Microsoft SQL Server

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

Answers (1)

Trae
Trae

Reputation: 667

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

Upvotes: 3

Related Questions