Convert MYSQL DATABASE TO MSSQL DATABASE

Convert MYSQL DATABASE TO MSSQL DATABASE

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

Antwort1

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.

verwandte Informationen