6

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?

4
  • 3
    @Espo: I recommend using "SQL Server" instead of "MSSQL", since there is no product by that name, and since it can be confused with "MySql" Commented Mar 2, 2010 at 8:21
  • Don't assume you'll get better performance. You might get worse. You might get a LOT worse. Depends on your data and usage pattern. (And you might bet better performance too...) Commented Mar 3, 2010 at 3:20
  • 5
    @John Saunders, I think MSSQL is much clearer than SQL Server. SQL Server is a generic name and can be used to refer to any SQL-supporting and server-based database. There are other products that use SQL Server as a part of their name even. Sybase's own documentation uses the term "Sybase SQL Server". Commented Mar 3, 2010 at 3:24
  • 2
    @Sam: I disagree. There is an actual product named "Microsoft SQL Server". There is not product named "MSSQL". If you like, you can call it "Microsoft SQL Server", but I've never seen confusion over whether "SQL Server" might not have meant "Sybase SQL Server". On the other hand, I have several times seen confusion over whether "MSSQL" meant "MySQL". Commented Mar 3, 2010 at 3:46

1 Answer 1

3

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.