Possible Duplicate:
How to export data from SQL Server 2005 to MySQL
In my project, I want to transfer
sql-server table to mysql table.
But I am not getting SQL command from SQL Server to run script on MySQL table.
Possible Duplicate:
How to export data from SQL Server 2005 to MySQL
In my project, I want to transfer
sql-server table to mysql table.
But I am not getting SQL command from SQL Server to run script on MySQL table.
You may want to check this tutorial: Migrating a SQL Server database to MySQL 5.0
which explains the usage of MySQL Migration Toolkit.
Have a look at Data Import tool (ODBC import format) in dbForge Studio for MySQL.