|
MSSQL-to-MySQL is a program to migrate Microsoft SQL databases to
MySQL server. Depending on your privileges on the target MySQL server
you can export MS SQL data into new database or overwrite the contents
of an existing MySQL database.
Features
- All versions of MS SQL starting from 7.0 are supported
- All versions of Unix and Windows MySQL are supported
- Special approach for Virtual Server users
- Option to merge MS SQL data into an existing MySQL database
- Option to export MS SQL data into MySQL dump file
- Option to convert partial data using SELECT-queries
- Option to convert individual tables
- Option to synchronize MySQL database with MS SQL data
- Converts indexes with all necessary attributes
- Converts foreign keys
- Converts MS SQL views into MySQL

- Command line support
- Stores conversion settings into profile
- Support for multibyte character sets
- Quick Launch
- 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
MSSQL-to-MySQL from)
- Necessary privileges to write into the destination database
|
|
|
Download trial version
of MSSQL-to-MySQL
Virtual Server users option
- ask your Virtual Server administrator to create blank database for
you
- run MSSQL-to-MySQL and select this database as the conversion
target
- click "Yes" when you will be asked if you'd like to overwrite
existing MySQL database
When you complete these steps, the entire contents of the source MS SQL
database will be imported into the specified MySQL database.
Quick Lauch
MSSQL-to-MySQL is a fantastic program and it has saved me a lot of
time and headaches…it was well worth the money that I spent on it! =)
Mullins Brian Andritz Hydro, http://www.andritz.com
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 MS SQL database:
| 2 |
Andrew |
White |
a.white@corporation.com |
| 3 |
Phil |
Johnson |
p.johnson@gmail.com |
In MySQL database:
| 1 |
John |
Smith |
j.smith@msn.com |
| 2 |
Andrew |
White |
a.white@yahoo.com |
After migrating MS SQL data to MySQL in "Synchronize"
mode MS SQL table is kept untouched and MySQL 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 |
MySQL dump file
Try before you buy
Download trial version
of MSSQL-to-MySQL
Ordering
|