Sql Migration Assistant For Mysql
I want to convert my MySQL database to SQL Server, so that I can migrate my website into Azure. I have two problems: I downloaded SQL Server Migration Assistant for MySQL. I exp
Solution 1:
When you create a new project you specify the target database version in the Migrate To
dropdown box. The default is SQL Azure
. I suspect you didn't check the dropdown and created a project with the default value.
If you select another version, eg SQL Server 2016
or SQL Server 2014
you'll be able to use the Connect to SQL Server
button.
Post a Comment for "Sql Migration Assistant For Mysql"