MySQL Forums
Forum List  »  Microsoft SQL Server

insert data from MySQL into SQL Server
Posted by: vincent arc
Date: July 08, 2012 09:23PM

Hi,

i want to make my SQLServer can automatically get data from mysql and insert it into my SQLServer table, anyone know how to do this?

mysql table :
tbl_downtime (date datetime, downtime varchar, uptime varchar)
2012/07/09, 09:34:00, 10:00:00
sql server table :
tbl_downtimeMS (date datetime, downtime varchar, uptime varchar)

i cant change the apllication to get data and insert it into MSSQL, because i dont have the source. thats why i need to make it from the database.

Thanks

Options: ReplyQuote


Subject
Written By
Posted
insert data from MySQL into SQL Server
July 08, 2012 09:23PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.