I work in a large organization that has an installed and well-populated MS-SQL server. However, I am not a Microsoft user, and my database of choice is MySQL. I am looking for a solution that will allow me to either ...
-Just request our MS-SQL server from my MySQL server
and / or
-Set some task that will systematically copy data from the MS-SQL server to our MySQL server.
It seems that Linked Servers may be part of the solution, however, everything I found describes scenarios in which MS-SQL accesses MySQL, and not vice versa.
To be clear, I want my MySQL server to speak with / query / pull data from my MS-SQL server.
Any help appreciated!
source
share