Crash trying to migrate MySQL DB to SQL Server w/SQL Server Import Export Wizard

Posted by consultutah on Stack Overflow See other posts from Stack Overflow or by consultutah
Published on 2010-03-25T07:53:26Z Indexed on 2010/03/25 8:33 UTC
Read the original article Hit count: 585

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about sql-server