How do i export Ms SQL data to sql?

CesarS

New Member
There is much data avaliable about how export between mssql servers but I need to import in a mysql server. So I guess that the better way is via sql Create and Insert. But I don't know how...<br />
 

WilliamC

New Member
The quick and dirty way is to export everything as CSV, and cut and paste it through excel (WATCH THE DATE FORMATS)

Of course, this won't work if you're storing BLOBs in the db.
 

Trev

New Member
Here are a few ways

http//dev.mysql.com/tech-resources/articles/migrating-from-microsoft.html
 
Top