MySQL Linked Server and SQL Server 2008 Express Performance
Posted
by Jeffrey
on Server Fault
See other posts from Server Fault
or by Jeffrey
Published on 2010-04-01T14:44:02Z
Indexed on
2010/04/01
14:53 UTC
Read the original article
Hit count: 408
Hi All,
I am currently trying to setup a MySQL Linked Server via SQL Server 2008 Express. I have tried two methods, creating a DSN using the mySQL 5.1 ODBC driver, and using Cherry Software OLE DB Driver as well.
The method that I prefer would be using the ODBC driver, but both run horrendously slow (doing one simple join takes about 5 min). Is there any way I can get better performance?
We are trying to cross query between multiple mySQL databases on different servers, and this seems to be method we think would work well. Any comments, suggestions, etc... would be greatly appreciated.
Regards,
Jeffrey
© Server Fault or respective owner