C CesarS New Member Aug 24, 2008 #1 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 />
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 />
W WilliamC New Member Aug 24, 2008 #2 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.
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.
T Trev New Member Aug 24, 2008 #3 Here are a few ways http//dev.mysql.com/tech-resources/articles/migrating-from-microsoft.html