Hi Max,
I don't know a whole lot about MySql, nor do I know if there is a MySql odbc type driver.
You did not specify the size of the database (how many tables, etc), but if I were you, I would investigate the possiblity of 1 of the following 2 options, based on the size of the database
1) See if MySql can export the data to a specific format and have SQL Server import that data.
2) Possibly see if you can attach the MySql database to SQL Server and schedule a DTS job to move/copy the data from the MySql database to a SQL Server database.
Scott Klein
Author - Professional SQL Server 2005 XML
http://www.wrox.com/WileyCDA/WroxTit...764597922.html