I would like to ask if there is a software that convert all my database from mysql to mssql 2008

link|improve this question
feedback

1 Answer

I recommend you to use Navicat for this (dump/import).

  1. Dump sql file from the table in MySQL
  2. Use that file to import data into MSSQL table

Navicat offers a 30-day fully functional free trial.

link|improve this answer
bro it did not import my dump sql file – yolem Nov 22 '11 at 9:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.