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
 SSIS and Import/Export (2005)
 How to copy SQL Server Data in MYSQL database

Author  Topic 

khufiamalik
Posting Yak Master

120 Posts

Posted - 2010-04-22 : 03:46:29
Hello All,
I have a database in SQL Server 2005 and another one in MySQL. I have to write some Procedure/Package in SQL Server that should be called once in a day and SQL Server's data should be copied in MYSQL database after some modifications.


visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-04-22 : 05:01:19
use OPENROWSET or add MySQL as a linked server in MSSQL and use OPENQUERY

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -