This topic is locked

Migrate from MySQL to MS SQl?

6/20/2008 2:18:38 PM
ASPRunnerPro General questions
H
Hikmer author

Is there a way to migrate from a My SQL database to MS SQL database? We have moved from PHP runner to ASP Runner Pro 5.1 but stil use the old MySQL tables. Not really keen on keeping a mixed environment. Any ideas or sugestions are welcome (other than rants about MS SQL vs MySQL).

Sergey Kornilov admin 6/20/2008

Use Export/Import wizard in SQL Server Management Studio to import tables and data from MySQL.
You might need to install MySQL ODBC driver first.