Learn how to Migrate MySQL Database to Microsoft SQL Server
What you will learn
Install SQL Server
Install MySQL
Install SQL Server Migration Assistant for MySQL (SSMA for MySQL)
Perform pre-migration assessment
Validate type mappings
Convert database schema
Perform post migration data validation
Description
In this course, you will learn how to migrate MySQLΒ database to SQL Server using the SQL Server Migration Assistant (SSMA) .
SQL Server Migration Assistant (SSMA) is a free supported tool from Microsoft that simplifies database migration process from MySQL to SQL Server. Azure SQL Database and Azure SQL Database Managed Instance. SSMA automates all aspects of migration including migration assessment analysis, schema and SQL statement conversion, data migration as well as migration testing.
By using SSMA for MySQL, you can review database objects and data and assess databases for migration.
Learn to convert database objectsΒ by taking the object definitions from MySQL, converts them to similar SQL Server objects, and then loads this information into the SSMA for MySQL metadata.Β After the conversion finishes, compare and review the converted objects to the original objects to identify potential problems and address them based on the recommendations.
WhenΒ you’ve successfully completed the migration stage, youΒ will need to complete a series of post-migration tasks to ensure that everything is functioning as smoothly and efficiently as possible.
After you’ve migrated the data to the target environment, any application that formerly consumed the source need to start consuming the target. Accomplishing this task will require changes to the applications in some cases.
Content