Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Query MYSQL Database From MSSQL Windows10

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?

like image 894
markthewizard1234 Avatar asked Aug 19 '16 15:08

markthewizard1234


1 Answers

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!

like image 103
IAmGroot Avatar answered Sep 19 '22 13:09

IAmGroot