Data transfer from SQL server to MySQL
I am trying to access SQL server data to MySQL with following steps,
SQL server on Windows 7 PC, MySQL on Ubuntu.
Accessing through MySQL Workbench->Database->Migration wizard.
Connection to SQL server is OK.
Able to create the Table in MySQL.
However, it doesn't transfer the data from SQL server table to newly created MySQL table. What could be the reason? Is the Colomn data types of MySQL & SQL server should match? Or while migration is doesn't create the column with same datatypes?
Subject
Written By
Posted
Data transfer from SQL server to MySQL
January 09, 2017 12:50AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.