SQL Server sync to MySQL program
I want to continually sync every 30 mins or less around 380000 rows of data from 11 tables from a SQL Server database to a MySQL database. How can I do this? What programs can do this? This post , which is often used to close questions like these as a duplicate, does not work for me, for the following reasons. The SQL Server is part of a CRM system, I'm not sure if it may be a lite version or something, but long story short I do not have access to the SQL Server Management Studio. The MySQL database is part of my hosting package, which means I have access to it via phpmyadmin and the like, but