SQL Server to MySQL data transfer

后端 未结 4 1216
刺人心
刺人心 2021-02-08 18:56

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:29

    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?

提交回复
热议问题