SELECT * FROM MySQL Linked Server using SQL Server without OpenQuery
问题 I am trying to query a MySQL linked server using SQL Server . The below query runs just fine. SELECT * FROM OPENQUERY([Linked_Server], 'SELECT * FROM Table_Name') Is it possible to run the same query without using the OpenQuery call? 回答1: Found the answer here. Now I can the three dot notation query. Thanks http://www.sparkalyn.com/2008/12/invalid-schema-error/ Go to the provider options screenIn SQL Server 2005 you can see the list of providers in a folder above the linked server (assuming