I have a MySQL database running on Linux. I want to link MySQL to a MSSQL database running on Windows. Not a MySQL database. Not data migration. Not data replication. Not log shipping. I want to open MySQL, enter a query, and obtain data from the MSSQL database itself. I suppose I'm asking how to setup MySQL Linked Server to MSSQL.
↧