SQL Server to MySQL data transfer

后端 未结 4 1604
忘掉有多难
忘掉有多难 2021-02-08 18:52

I am trying to transfer bulk data on a constant and continuous based from a SQL Server database to a MYSQL database. I wanted to use SQL Server\'s SSMS\'s replication but this a

4条回答
  •  天命终不由人
    2021-02-08 19:16

    Cou can also try the following. http://kofler.info/english/mssql2mysql/

    I tried this a longer time before and it worked for me. But I woudn't recommend it to you. What is the real problem, what you try to do? Don´t you get a MSSQL DB Connection, for example from Linux?

提交回复
热议问题