How to export SQL Server database to MySQL? [duplicate]

You can use MySQL Workbench which provides a way to quickly migrate data and applications from Microsoft SQL Server to MySQL employing less time and effort.

This tool has a lot of cool features like:

  • Database migrations – enables migrations from Microsoft SQL Server, Sybase ASE and PostgreSQL.
  • Migration project management – allows migrations to be configured, copied, edited, executed and scheduled.

Read more
http://www.mysql.com/products/workbench/migrate/

Leave a Comment