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