0

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.

halfer
  • 19,824
  • 17
  • 99
  • 186
Rubyist
  • 6,486
  • 10
  • 51
  • 86

2 Answers2

1

You may want to check this tutorial: Migrating a SQL Server database to MySQL 5.0 which explains the usage of MySQL Migration Toolkit.

Korhan Ozturk
  • 11,148
  • 6
  • 36
  • 49
0

Have a look at Data Import tool (ODBC import format) in dbForge Studio for MySQL.

Devart
  • 119,203
  • 23
  • 166
  • 186