Thursday, June 21, 2012

Re: Moving data from MS SQL to Google cloud SQL

Thanks for the help. I tried it out and everything seems to work. But your suggestion also led me to another idea: What about just using a migration tool that reads the MS SQL database and outputs MySql scripts to recreate the database. But then instead of loading it into a local MySQL DB and running mysqldump, instead I'm just using the SQL command line tool to upload and run the sql file from the migration. Is this approach better or is there a possibly drawback that I'm missing?

No comments:

Post a Comment