Query MYSQL Database From MSSQL Windows10

194 Views Asked by At

I have a MYSQL database I would like to link my MSSQL database to.

Previously I had this system working, utilising the MSDASQL Linked Server Provider, and creating an ODBC datasource using the latest MYSQL odbc driver.

Since my Windows 10 Upgrade this has stopped working. It is fortunately still working on a windows 2008 server.

The ODBC Datasource test connection is also still operational. When testing the connection within sql management studio, it fails with Exception "Unable to initalise MSDASQL Provider, No specific Information was given".

The ODBC Datasource works within Microsoft Access 2010.

From what I understand the MSDASQL provider is now deprecated? What other provider should I be using?

1

There are 1 best solutions below

2
On BEST ANSWER

I also had this problem. I managed to get it working with an SQL 2014 instance. So it seems like the linked server provider for MSDASQL in 2012 and earlier is not compatible with windows 10 ODBC.

Are you able to try it on an SQL 2014 instance? Let me know how it goes!