Intelligent Converters logo
FAQ  |  Site map  |  Contact Us
Home About Us Download How to Buy Testimonials Discounts Migration Service Support Affiliate Program Articles
PRODUCTS

Access to MySQL

Access to Oracle

DBF to MySQL

Excel Export Kit

Excel to MySQL

Excel to Oracle

MSSQL to MySQL

MySQL Migration Toolkit

MySQL to Excel

MySQL to MSSQL

MySQL to Oracle

Oracle Migration Toolkit

Oracle to MySQL

OraDump Export API

OraDump Export Kit

OraDump to CSV

OraDump to MSSQL

OraDump to MySQL

OraDump to PostgreSQL

PDF to Excel

PDF to Word

PDF to Word API

PDF to XML

PDF Export Kit

PostgreSQL to Oracle

More...



MySQL to MSSQL

[FAQ]  [Release Notes]  [Download]  [Buy]
Latest version 5.5 released 04/08/2013

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
    
Start Page Connect to MySQL server
Select database Conversion Progress

Download trial version of MySQL-to-MSSQL

Quick Lauch

Once you stored conversion settings into profile you can run the program in Quick Launch mode. Just launch Windows Explorer and double-click on the profile description (.s2m) file with left mouse button. This will cause MySQL-to-MSSQL wizard to launch conversion loading the necessary settings from the specified profile. Then you will be taken right to the screen with progress of conversion without entering all conversion settings.

Synchronization

MySQL-to-MSSQL implements synchronization as combination of insert MySQL records that are missing in MS SQL table and update existing MS SQL records with MySQL data. For synchronization purpose source and destination tables must have identical structures and have primary key or unique index defined. Assume both MS SQL and MySQL databases have table "People" defined as below:

    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

Still not sure the program fits your needs? Try free demo version with limited features. It will allow you to convert only five records for each database table, it does NOT convert queries/views and foreign keys. Test the quality of the demo and come back to place an order if satisfied with the results.

Download trial version of MySQL-to-MSSQL

Ordering

Intelligent Converters software is distributed through downloading from our server only. For online credit card purchasing select the desired software package in the table below and click the corresponding ORDER NOW link. To learn about alternative payment options please visit our Ordering Page.

 

MySQL-to-MSSQL
order single product
$49 ORDER NOW
Two Products Bundle
order MySQL-to-MSSQL + MSSQL-to-MySQL, save $24.5
$73.5 ORDER NOW
MySQL Migration Toolkit
software pack to convert any data source to MySQL
and vice versa
$99 ORDER NOW