|
MySQL to MSSQL converter is a tool to migrate MySQL databases to Microsoft
SQL server. The program guarantees high performance of the conversion process
due to direct connection to source and destination databases (it does not use
ODBC or any other middleware components). Command line support allows to script,
automate and schedule the conversion process.
|
Features
- All versions of Unix and Windows MySQL are supported
- All versions of Microsoft SQL server starting from 7.0 are supported
- Option to convert individual tables
- Option to synchronize MS SQL database with MySQL data
- Option to filter data to convert via SELECT-queries
- Option to append MySQL data into an existing MS SQL database
- Indexes with all necessary attributes are converted
- Foreign keys are converted
- MySQL views are converted into Microsoft SQL format
- Conversion settings are stored into profile
- Multibyte (Unicode) character sets are supported
- Console version of the converter supports command line parameters
- Easy-to-use wizard-style interface
- Quick Launch mode allows to run
the conversion with the single click of mouse button
- Unlimited 24/7 support service
- 1-year subscription for updates
Limitations
- Stored procedures and triggers are not converted
- Demo version converts only 5 records per table
- Demo version does not convert queries/views and foreign keys
Requirements
- Necessary privileges to write into MS SQL database
- Microsoft SQL environment (server or client components of MS SQL
must be installed on the same machine where you run
MySQL to MSSQL from)
|
|
|
Download trial version
of MySQL to MSSQL
Synchronization
People(
ID INT NOT NULL,
FName VARCHAR(50),
LName VARCHAR(50),
EMail VARCHAR(50),
Primary Key (ID)
);
This table has the following contents in MySQL database:
| 2 |
Andrew |
White |
a.white@corporation.com |
| 3 |
Phil |
Johnson |
p.johnson@gmail.com |
In MSSQL database:
| 1 |
John |
Smith |
j.smith@msn.com |
| 2 |
Andrew |
White |
a.white@yahoo.com |
After migrating MySQL data to MSSQL in "Synchronize"
mode MySQL table is kept untouched and MS SQL table is modified as
(pay attention to the second record):
| 1 |
John |
Smith |
j.smith@msn.com |
| 2 |
Andrew |
White |
a.white@corporation.com |
| 3 |
Phil |
Johnson |
p.johnson@gmail.com |
Quick Lauch
Download trial version
of MySQL to MSSQL
Ordering
|