If there a way I can inner join a MS Sql table to a MySql Table in one query using MySql?

后端 未结 1 1196
夕颜
夕颜 2020-12-11 23:37

I have 2 servers one servers runs Microsoft SQL Server and the other one is using MySql.

I need to be able to inner join a table from MS SQL name it \"A\" to a tabl

相关标签:
1条回答
  • 2020-12-11 23:58

    1st link on google states...

    you need to install this:

    http://www.mysql.com/products/connector/

    and follow this guide:

    http://technikhil.wordpress.com/2007/05/13/getting-microsoft-sql-server-and-mysql-to-talk/

    to link up the servers and then use openquery to execute MS SQL queries.

    0 讨论(0)
提交回复
热议问题