Several ways to migrate MSSQL to MySQL

Source: Internet
Author: User
Tags mssql one table

1, write their own procedures, the method is relatively troublesome, but relatively flexible processing, if the conversion of data to be processed, using this method is more appropriate, this method is not suitable for large data migration, not only inefficient, but also need more memory;

2, through BCP export TXT or CSV format, and then import on the MySQL side; This method can only process one table at a time, but can be written as batch processing, this approach may encounter coding problems, not recommended;

3, through the function of the export provided by MSSQL to migrate, need to install MySQL ODBC, the specific process is not introduced, I recommend this method, the transfer of data will not appear chips and other issues (target database encoding can be formulated), and do not need to build tables on the MySQL side, MSSQL will automatically build tables and import data, the only bad thing about this method is slow.

Several ways to migrate MSSQL to MySQL

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.