Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Transfer tables from MS SQL to MySQL

Author  Topic 

chih
Posting Yak Master

154 Posts

Posted - 2009-02-24 : 17:46:52
Hi everyone,

We plan to schedule a task transfering tables from MS SQL to MySQL.
Does anyone know how to do it? any article you can recommend?
I know there are some 3rd party tools, but are there other cost effective ways to do so?
Thank you in advance.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-02-24 : 18:00:25
You could use SSIS to do it if you have an ODBC driver to connect to MySql.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2009-02-24 : 18:12:36
Read this :
http://www.lucision.com/legal/rjurney/Linking%20MySQL%20and%20MSSQL.pdf
Go to Top of Page

chih
Posting Yak Master

154 Posts

Posted - 2009-02-25 : 01:22:34
thanks! i will test it
Go to Top of Page
   

- Advertisement -