|
MySQL-to-MSSQL is a program to migrate MySQL databases to Microsoft
SQL server. Command line support allows to script, automate and schedule
the conversion process.
|
Features
- All versions of MS SQL starting from 7.0 are supported
- All versions of Unix and Windows MySQL are supported
- Converts indexes with all necessary attributes
- Converts foreign keys
- Converts MySQL views to MS SQL
- Option to convert individual tables
- Option to synchronize MS SQL database with MySQL data
- Filters data to convert via SELECT-queries
- Option to merge MySQL data into an existing MS SQL database
- Stores conversion settings into profile
- Support for multibyte character sets
- Quick Launch
- Command line support
- Easy-to-use wizard-style interface
- Full install/uninstall support
- Unlimited 24/7 support service
- 1-year subscription for updates
Limitations
- Does not convert stored procedures and triggers
- Demo version converts only 5 records per table
- Demo version does not convert queries/views and foreign keys
Requirements
- MS SQL environment (server or client components of MS SQL
must be installed on the same machine where you run
MySQL-to-MSSQL from)
- Necessary privileges to write into the destination database
|
|
|
Download trial version
of MySQL-to-MSSQL
Quick Lauch
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 MS SQL database:
| 1 |
John |
Smith |
j.smith@msn.com |
| 2 |
Andrew |
White |
a.white@yahoo.com |
After migrating MySQL data to MS SQL in "Synchronize"
mode MySQL table is kept untouched and MS SQL table is modified as
(pay attention to the cell marked red):
| 1 |
John |
Smith |
j.smith@msn.com |
| 2 |
Andrew |
White |
a.white@corporation.com |
| 3 |
Phil |
Johnson |
p.johnson@gmail.com |
Try before you buy
Download trial version
of MySQL-to-MSSQL
Ordering
|