tags:

views:

1477

answers:

3

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

+1  A: 

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!

Shoban
thanks!! .
portoalet
+4  A: 

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

Sander Versluys
thanks!! .
portoalet
You should move your code to codeplex or google code. codeproject is very unfriendly.
Bruce McLeod
+1 Tool did the job nicely
Bruce McLeod
+1 For a nice tool that is also free
brian buck
good thing this post came up when I searched for a similar tool... just would like to ask @bruce-mcleod how codeproject is becoming unfriendly... :)
trace
A: 

Hey Thank You the DBConvert tools are wonderful. I had been looking for about a week and everything I found was completely Old school and very clunky....

This tool has definitely been added to my development arsenal.

- Darkriderdesign

Damon