Hi, I have a mssql database, so i want to copy some data from it to a mysql databse(both on the same server), so can i do something like synchronization system??, that read from the mssql database, and insert into the mysql database???
thanks
If this is something you will be doing periodically, then I would recommend writing a script to do the import. I don't know of any drop in tools for this, I would just use perl.