简体   繁体   中英

Get data from SQL server 2008r2 to mysql automatically

I have a web interface (php front end, mysql backend) running in the same domain as a sql server database. I need to frequently (daily or weekly) query sql server and then load that data into mysql. What would be the most efficient way to do this?

you could use the SQL Server Agent to run a scheduled job that would select and export the data direct to your MySQL server.

Like this example ( SQL Server Management Studio 2008 scheduled export to MS Access ), but exporting to MySQL instead of MS Access

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM