You may need to look at those scripts and change it a bit in terms of syntax. and some of the statements that are different between MYSQL and MSSQL atleast to start with the CREATE DATABASE statement. INSERT statements are different in MYSQL, with multiple row values done using one INSERT statement, but not the same on MSSQL.
You could have also looked for some tools that can transfer data from mysql to SQL server.
Hope that helps.
Cheers,
__________________
- Vijay G
|