Hello,
Is there a way (other than OPENQUERY) to pull data from a MySQL database to a SQL Server database?
Currently, I am using the following:
SELECT * FROM OPENQUERY (MY_LINKED_SERVER_NAME, 'SELECT * FROM TestDBName')
I am just looking to find if there is a better way to do this. Would SSIS be better or does that also use OPENQUERY?