RE: Synchronising SQL Server and MySQL

2003-06-20 Thread Victor Pendleton
Have you looked at using the MS DTS and MyODBC to perform your replication/synchronizing from Microsoft? -Original Message- From: Paul [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 4:31 AM To: [EMAIL PROTECTED] Subject: Synchronising SQL Server and MySQL I need to synchronise a

RE: Synchronising SQL Server and MySQL

2003-06-19 Thread Salvesen, Jens-Petter
If you are planning to synchronise the data from one to another, that should not be rocket science. However, if you want both database servers to update the data, you're in for something rather heavy. In the easy case, I would probably get the replication feature to output all the database updates