Good day, I need to make a query from mySQL to Sql Server. This is the scenario: I have an application on a Linux server that works with a database in MySQL, there is a database that runs on Windows Server 2008 with sql Server, I need to bring the data from a table of those databases and insert them into a table in the MySQL database. I already made the connection with ODBC Driver 5.3, and managed to link the servers, I can make queries from the SQL Server with openQuery, the question is: is it possible to do it in the opposite case ?, make queries from the Mysql to the SQL Server, it is what I need but I have not found a way.