How do you port a SqlServer database to MySQL?

Posted by Lieven Cardoen on Stack Overflow See other posts from Stack Overflow or by Lieven Cardoen
Published on 2010-02-06T18:02:03Z Indexed on 2010/03/23 14:43 UTC
Read the original article Hit count: 230

Filed under:
|
|
|

I have a SqlServer db that I would like to port to MySQL. What's the best way to to this. Things that need to be ported are: - Tables (and data) - FileStream --> MySQL equivalent? - Stored Procedures - Functions

© Stack Overflow or respective owner

Related posts about sql

Related posts about tsql