In SQLyog v 5.19 Enterprise, I've noticed that during the import of a MS SQL field that is larger than the MySQL 5 limit for varchar fields (65,532 bytes), the Migration Toolkit – generated SQL statement still uses varchar, instead of TEXT or BLOB and this causes the import to error out in MySQL.
I work around this by copying the SQL statement from the sja log and pasting it into the Migration Toolkit after selecting the “Use a query to specify the data to transfer” radio button on the Specify Table or Query window of the Wizard.
Then just change the varchar to either Text or BLOB and the data should transfer okay. YMMV, of course… :ph34r: