简体   繁体   中英

migrating a table full with data from MSSQL to MYSQL

I'm importing data from SQL Server to mysql.

Currently I need to migrate a single a table with a simple data structure (no constraints, only values), to mysql. The table is 1.6 milion rows

What is a good way to accomplish this?

(I saw other related topics here, but don't see something that I can work with)

The best approach is to write a program using your favorite language to migrate the data. If you are looking for a tool to accomplish this, have a look at MySQL Migration Toolkit. It migrates data from various data sources to MySQL database.

MySQL Migration Toolkit .

您可以使用SSIS,它可以连接到ODBC数据目标,并且可能比从头开始编写应用程序更快地实现。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM