vote up 1 vote down star

Just wondering if it is possible to convert sql-server *.mdf file into sqlite file ?

flag

20% accept rate

2 Answers

vote up 0 vote down

DBConvert for SQLite and MS SQL is a dependable bi-directional database converter which enables you to migrate data from SQLite to MS SQL server and from MS SQL to SQLite. DBConvert features: Unicode Support, Primary keys and Indexes conversion, Interactive multilingual (GUI) mode/command line mode, preverification of possible conversion errors, the ability to use MS SQL Dump if you don't have a direct access to MS SQL server, etc.

http://www.itshareware.com/prodview-code_65203--download-dbconvert-for-sqlite-and-mssql.htm

Couldnt find a free one for you!

link|flag
thanks!! . – portoalet Jun 6 at 18:44
vote up 1 vote down

There's a C# utility to automatically do the conversion from SQL Server DB to SQLite DB on CodeProject

link|flag
thanks!! . – portoalet Jun 6 at 18:44
You should move your code to codeplex or google code. codeproject is very unfriendly. – Bruce McLeod Aug 10 at 1:44
+1 Tool did the job nicely – Bruce McLeod Aug 10 at 1:47

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.