Please let me know how to create a connection to a table via ODBC (or native if possible) from within SQL Server Management Studio 2012.
I want to be able to create a native SQL query in SQL Server that joins two tables, one from SQL Server and one from MYSQL without using a front end tool such as MS Access.
Thanks.