I have a data base which is SQL Server 2005, and I want to move some data from a table in this database to a MySQL database which is running on different server.
Is there any way to do this without using java code and creating some job.
SQL (Server A) Table1
Move To
MySql (Server B) Table2