link to mysql

  • Hello!

    Is it possible to link from a mssql-server to a mysql-table?

  • If you have an ODBC connection configured to access your mySql instance, then you could access that connection through Sql Server.

    Steve

  • yep! I've found this syntax: sp_addlinkedserver ‘mysqlDB’, ’MySQL’, ’MSDASQL’, Null, Null, ‘Driver= {MySQL ODBC 3.51 Driver}

    thx

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply