转换为sql server *。mdf文件到sqlite文件

时间:2021-09-07 23:44:52

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

我想知道是否有可能转换sql-server *。mdf文件到sqlite文件?

2 个解决方案

#1


9  

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

在CodeProject上,有一个c#实用程序可以自动执行从SQL Server DB到SQLite DB的转换

#2


2  

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.

SQLite和MS SQL的DBConvert是一个可靠的双向数据库转换器,它允许您将数据从SQLite迁移到MS SQL server,从MS SQL迁移到SQLite。DBConvert特性:Unicode支持、主键和索引转换、交互式多语言(GUI)模式/命令行模式、可能的转换错误的预验证、如果没有直接访问MS SQL server的能力,等等。

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

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

Couldnt find a free one for you!

我找不到免费的给你!

#1


9  

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

在CodeProject上,有一个c#实用程序可以自动执行从SQL Server DB到SQLite DB的转换

#2


2  

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.

SQLite和MS SQL的DBConvert是一个可靠的双向数据库转换器,它允许您将数据从SQLite迁移到MS SQL server,从MS SQL迁移到SQLite。DBConvert特性:Unicode支持、主键和索引转换、交互式多语言(GUI)模式/命令行模式、可能的转换错误的预验证、如果没有直接访问MS SQL server的能力,等等。

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

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

Couldnt find a free one for you!

我找不到免费的给你!