Hello, I have a task in hand to pull 3 tables of data from a MS SQL db and populate a mysql 5.x db. So I plan to use perl DBI for yank the data out of MS SQL and push it into MYSQL. I think I can handle the mysql table creation and any tweaking that might be required to carry out the initial dataload.
However sync's from MS SQL to MYSQL are required every 24 hours after the initial dataload. And this has me puzzled. Advice anyone? Please ;-) Syd