Hi,
Iam using SQL server 2005 and mysql 5.0 version.
I need to transfer data from Table1 of sql server to Table2 of Mysql of different table structures.
I have read an article form the above mentioned site
http://www.dotnetfunda.com/articles/article60.aspx
In this he assumed that if the table structure is of same but my requirement is that i want to transfer data from sql to mysql of different tables structures.
In this case mapping of columns should be done.
how do i proceed in this regard?
Thanks and Regards
Geetha