简体   繁体   English

SQL Server 2008 Express到SQLite

[英]SQL Server 2008 Express to SQLite

Can I convert a SQL Server Express 2008 database to SQLite? 我可以将SQL Server Express 2008数据库转换为SQLite吗?

My database is simple and only has 1 table but it has about 1000 rows and it's hard for me to make a new SQLite database and add these 1000 records. 我的数据库很简单,只有1个表,但是大约有1000行,这对我来说很难创建一个新的SQLite数据库并添加这1000条记录。

thanks... 谢谢...

Try this: Convert SQL Server DB to SQLite DB 试试这个: 将SQL Server数据库转换为SQLite数据库

It is a free .net converter on CodeProject, the poster stated: 张贴者说,它是CodeProject上的免费.net转换器。

I needed to convert the existing SQL server databases to SQLite databases as part of a DB migration program and did not find any decent free converter to do the job. 作为数据库迁移程序的一部分,我需要将现有的SQL Server数据库转换为SQLite数据库,但没有找到任何像样的免费转换器来完成这项工作。

So I assume he has spent some time looking for what you seek and did not have any luck either. 因此,我认为他已经花了一些时间寻找您要寻找的东西,也没有任何运气。

The source code is available and well documented (according to the poster). 源代码可用并且有据可查(根据发布者)。

There are many software that can generate the inserts code. 有许多软件可以生成插入代码。 For example: 例如:

Sql Workbench (free) SQL Workbench (免费)

Aqua Data Studio (non free but you can evaluate) Aqua Data Studio (非免费,但您可以评估)

Both can generate inserts from many different databases including SQL Server. 两者都可以从许多不同的数据库(包括SQL Server)生成插入。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM