Hi all,
I'm Migrating a database from MySQL to SQL Server 2012, using SSMA for MySQL v5.2.1258. I've got the schema migrated over and have resolved any migration issues (stored procedures / views), but when it comes to migrating over the data I'm just hitting a wall.
None of the data is migrating and when the migration report is displayed every table has a red x against it's Status. The Output box has the following:
Data migration operation has finished.
0 table(s) successfully migrated.
0 table(s) partially migrated.
64 table(s) failed to migrate.
I've seen on the forum that someone else was having the same problem
I've set the project settings mode to default, still getting the same error and tried using both Client Side Data Migration and Server Side migration, with both giving the same result. I've tried going through the step-by-step blog as well.
I am doing something really stupid? There are 64 tables, so don't really want to try doing exports from each table and importing it into the new database.
Hope someone can help.
Cheers
Alex