Quote:
Originally Posted by frederic202
Eveything is saved in a .sql file.
|
you will ahve to edit the CREATE TABLE and INSERT statements so that they are compatible with SQL Server syntax
to give you one example, MySQL has auto_increments, SQL Server has identity columns
then just execute the edited sql file into your new database