我使用SQL Server迁移助手将MySQL数据库迁移到SQL Server 2008.我正在寻找一种方法将迁移的SQL Server表移动到SQL Server CE,但迁移助手中没有这样的选项。如何将迁移的表复制或移动到SQL Server CE?
答案 0 :(得分:1)
您可以使用我的命令行实用程序Export Sqlite,如下所述:http://erikej.blogspot.com/2010/02/how-to-use-exportsqlce-to-migrate-from.html