开发者

How can I sync my MSSQL database to MySQL?

开发者 https://www.devze.com 2023-01-22 20:56 出处:网络
I am using MSSQL as my transactional database. This database has 200+ tables with about 25 tables that hold 1M plus records. I want to replicate the data with the same st开发者_开发问答ructure into a

I am using MSSQL as my transactional database. This database has 200+ tables with about 25 tables that hold 1M plus records. I want to replicate the data with the same st开发者_开发问答ructure into a MySql database for reporting. Is there a tool or method that can do this in a fairly real time manner?


Use SQL Server's Linked Server to access MySQL from SQL Server.

0

精彩评论

暂无评论...
验证码 换一张
取 消