I'm running the Microsoft SQL Server Migration Assistant for MySQL and I convert the schema just fine, but when I get to migrating the data, all of the tables come up with red X icons in the Data Migration Report screen. BUT THERE IS NO HELPFUL ERROR TEXT anywhere. What's going on? I'm logged into MySql as root, and have Admin/dbo in SqlServer.

Any Ideas?

link|improve this question

There are so many layers here where something can go wrong: do you have the latest MySQL ODBC driver? ...the latest stable version of MySQL? If it's not a lot of data, you might export to CSV from MySQL, and import that into MS-SQL. – uotonyh Oct 14 '11 at 0:35
Yes for both. I did it just fine a few weeks ago (on the same structure). Cvs not an option because large text fields. With commas and Unicode. – Eric Falsken Oct 14 '11 at 0:59
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.