Crash trying to migrate MySQL DB to SQL Server w/SQL Server Import Export Wizard
- by consultutah
I'm trying to migrate a MySQL DB to SQL Server using MS's SQL Server Import Export Wizard. It isn't going so well... The wizard either tells me that the MySQL syntax is invalid or crashes depending on its mood.
Here is the query that it executes against MySQL before failing:
select * from "_account"
Anyway to change so either MySQL likes the quotes or the wizard doesn't use them?