SQL Server: Set up Linked Server to MySQL
| Posted in MySQL, SQL Server | Posted on 26-02-2009
0
I saw a post yesterday that explains the simple process of setting up a MySQL database as a linked server in Microsoft SQL Server. SQL Server has had the linked server functionality for years now. In short it allows you to set up a data connection to another RDBMS and grab your data from it. The post below is a great step by step guide to setting up a linked server to a MySQL database.

