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 />
 
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.
 
Back
Top