简体   繁体   English

在线Mysql和SQL Server数据库之间的数据传输

[英]Data transfer between online Mysql and SQL Server databases

I want to transfer data between Mysql and SQL Server databases, but both are hosted online. 我想在Mysql和SQL Server数据库之间传输数据,但是两者都是在线托管的。

I tried to do this thing using odbc, but it did not work. 我尝试使用odbc来执行此操作,但没有成功。 What is the best solution for this task? 这项任务的最佳解决方案是什么? ODBC/web services/some other method? ODBC / Web服务/其他方法? Please help me to solve this problem. 请帮我解决这个问题。

You could take a look at the Microsoft Sync Framework, it's very flexible and can deal with different databases. 您可以看一下Microsoft Sync Framework,它非常灵活并且可以处理不同的数据库。

http://msdn.microsoft.com/en-us/sync/default http://msdn.microsoft.com/zh-CN/sync/default

There are some database syncing tools already existed. 已经存在一些数据库同步工具。 One great tool I can recommend is the Navicat Premium . 我可以推荐的一个很棒的工具是Navicat Premium This tool supports different servers. 此工具支持不同的服务器。

Create your own data sync app. 创建自己的数据同步应用。 It's not so hard to create. 创建起来并不难。

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

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