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. [...]