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
 General SQL Server Forums
 New to SQL Server Administration
 data sending

Author  Topic 

laddu
Constraint Violating Yak Guru

332 Posts

Posted - 2010-05-14 : 09:22:01
how can we send data from sqlserver(windows) to mysql(linux).

I want to send data from sqlserver db to mysql db (one way)


Please advice

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-05-14 : 12:04:31
You can use DTS/SSIS for this, assuming you have a mysql driver installed on the machine where you do the export.

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

Subscribe to my blog
Go to Top of Page
   

- Advertisement -