Bringing data from a mySQL db server to SQL Server

  • 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?

  • I believe the method in the linked below should be more general

    http://forums.mysql.com/read.php?60,585162,585162

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply