4
I am unable to migrate a database from Mysql to SQL Server using Mysql Workbench Database Migration.
In SQL Server authentication, it uses sa login, I tried to reset the password of this login, but I could not. I also tried to change the authentication of, Windows Authentication for SQL Server Authentication and could not.
Do the reverse, use the Import and Export Data SQL Server or the
Integration Services
.– Lucio Rubens
the error code is very clear. 01S00... indicates invalid connection string. Looking closely at the screenshot, vc is in the Source RDBMS, that is, the database where the data is. If you want to migrate from Mysql to SQL Server, then why did you choose the destination in the source specification ? It should be Mysql.. SQL Server vc chooses in the next step, under "Target Selection"..
– Daniel Omine