Re: mysql/sql server migration

2011-12-07 Thread Johan De Meersman
- Original Message - From: Adam Lanier a...@superbitbucket.com What is the recommended course of action to keep data synchronized between the two platforms? Not an easy one, I think :-) For simple one-shot copies the MySQL Connector for ODBC should do fine. I'm not sure if you can

mysql/sql server migration

2011-12-06 Thread Adam Lanier
I'm involved with a project that is migrating data from sql server to mysql. The project will take up to a year to complete. During that period of time, we will need to synchronize data from sql server to mysql as we migrate windows based functionality to linux based servers. What is the