RY4N
RY4N

Reputation: 1112

Best Way to move an Existing MsSQL database to MySql?

Whats the best method and or tools to move a MsSQL database to MySQL ?

Please be as literal as possible as I have limited experience with databases and next to none with moving them.

Upvotes: 0

Views: 435

Answers (1)

Bjoern
Bjoern

Reputation: 16314

MySQL itself offers a Migration Toolkit, which - in my experience - works rather well, not only with SQL-Server, and is as easy as it can get.

Documentation: http://dev.mysql.com/doc/migration-toolkit/en/index.html

Upvotes: 2

Related Questions