Can't create linked server - sql server and mysql

后端 未结 1 876
野的像风
野的像风 2021-01-22 11:32

I want to create a linked server between SQL Server and a MySQL instance. I followed the steps outlined in this tutorial but it\'s not working. I\'ve recorded a video of the pro

相关标签:
1条回答
  • 2021-01-22 12:00

    You need to create a SYSTEM DSN on the SQL Server machine but in your video you create a USER DSN. Select the System tab in the ODBC applet before you create the DSN.

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