简体   繁体   English

将数据从mssql复制到mysql的最佳工具

[英]a best tool to copy data from mssql to mysql

I need to change an application from mssql to mysql. 我需要将应用程序从mssql更改为mysql。

So I have to copy all of existing data from mssql to mysql. 因此,我必须将所有现有数据从mssql复制到mysql。 I need a sufficient tool for this. 我需要一个足够的工具。

Which tool would be best for doign so? 哪种工具最适合统治?

Thanks in advance. 提前致谢。

In my case I move mssql database to access and then from access to mysql using free tool http://www.bullzip.com/products/a2m/info.php . 在我的情况下,我使用免费工具http://www.bullzip.com/products/a2m/info.php将mssql数据库移至Access,然后从MySQL移至mysql。

I've just wrote an article on my blog about that, you can find it http://blog.koko.ge/?p=22 . 我刚刚在我的博客上写了一篇文章,您可以找到它http://blog.koko.ge/?p=22

Welcome to SQL Server Import and Export Wizard http://msdn.microsoft.com/en-us/library/ms187710.aspx 欢迎使用SQL Server导入和导出向导http://msdn.microsoft.com/zh-cn/library/ms187710.aspx

SQL Server Integration Services http://msdn.microsoft.com/en-us/library/ms141026.aspx SQL Server集成服务http://msdn.microsoft.com/zh-cn/library/ms141026.aspx

1.Open SQL Server Management Studio on your local machine. 1.在本地计算机上打开SQL Server Management Studio。
2.Right click the Databases folder. 2.右键单击数据库文件夹。 From the pop-up menu, select New Database. 从弹出菜单中,选择“新建数据库”。
3.Enter a database name, and then click Ok. 3.输入数据库名称,然后单击“确定”。
4.Right click the new database icon. 4.右键单击新数据库图标。 From the pop-up menu, select Tasks -> Restore -> Database. 从弹出菜单中,选择任务->恢复->数据库。
5.Select the From Device option, and then click the browse button. 5.选择“从设备”选项,然后单击“浏览”按钮。
6.Click Add and navigate to the appropriate file. 6.单击添加,然后导航到适当的文件。 Click Ok. 单击确定。
7.In the Restore Database window, select the checkbox next to your BAK file. 7.在“还原数据库”窗口中,选中BAK文件旁边的复选框。
8.Switch to the Options page. 8.切换到“选项”页面。 Select the Overwrite the existing database checkbox. 选择覆盖现有数据库复选框。 Click Ok. 单击确定。
9. Verify the contents of your database, which is now active on your local machine. 9.验证数据库的内容,该数据库现在在本地计算机上处​​于活动状态。

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

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