Convert a MSSQL database to MYSQL database

Posted by soldieraman on Stack Overflow See other posts from Stack Overflow or by soldieraman
Published on 2010-03-28T01:24:48Z Indexed on 2010/03/28 1:33 UTC
Read the original article Hit count: 343

Filed under:
|
|
|

Alright so I want to convert an already exist MSSQL database (2005) to a MYSQL database.

There is nothing extraordinary to be done

The only things I need to achieve is

  • Recreate the tables
  • Transfer data
  • Relationships would be nice but not necessary

No views, no sprocs, no functions.

Any easy way to do this.

Also do you know of any DST (Database Synchronization Tool) which would let me do

  • MSSQL to MYSQL
  • MYSQL to MYSQL
  • MSSQL to MSSQL (I know there is SQL Delta for this)

© Stack Overflow or respective owner

Related posts about sql

Related posts about mysql