patternsqlMinor
MySQL Workbench copies Schema, but not data, from SQL Server 2008
Viewed 0 times
workbench2008copiessqlbutdatamysqlserverfromnot
Problem
I need to copy/migrate a database from MSSQL (SQL Server 2008) into MySQL. I am using the MySQL Workbench kit, and work through the process of the Migration. Each respective DB user has full access, the ODBC drivers are in place as well as the DSN.
It winds up copying the schemata successfully, but not any of the data. There are no errors or warnings (other than charset notices) and I am drawing blanks as to why data will not transfer over. There are not a lot of options in the migration steps, so I don't think I missed anything.
It winds up copying the schemata successfully, but not any of the data. There are no errors or warnings (other than charset notices) and I am drawing blanks as to why data will not transfer over. There are not a lot of options in the migration steps, so I don't think I missed anything.
Solution
According to the MySQL Documentation, the steps for the Migration Wizard should be
Sounds like you got to Step 9. You have to make sure to setup Data Migration. Apparently, it is not automatic.
If you are having problems with the import, you are not alone. This has been a source of heartache for many. You may need to try :
- Connecting to the databases
- Schemata Retrieval and Selection
- Reverse Engineering
- Object Selection
- Migration
- Manual Editing
- Target Creation Options
- Schema Creation
- Create Target Results
- Data Migration Setup
- Bulk Data Transfer
- Migration Report
Sounds like you got to Step 9. You have to make sure to setup Data Migration. Apparently, it is not automatic.
If you are having problems with the import, you are not alone. This has been a source of heartache for many. You may need to try :
- MySQL Migration Toolkit
- SQLyog
Context
StackExchange Database Administrators Q#22831, answer score: 3
Revisions (0)
No revisions yet.