• Post category:StudyBullet-9
  • Reading time:4 mins read


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.


Get Instant Notification of New Courses on our Telegram channel.


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.

English
language

Content

Microsoft SQL Server Setup

Introduction
SQL Server Editions
Download SQL Server
Install SQL Server
Install SSMS
Connect SSMS to SQL Server

MySQL Setup

Install MySQL
MySQL Workbench

Database Migration: MySQL To Microsoft SQL Server

Install SSMA
Prerequistes
SQL Server Agent
Pre-migration assessment
Validating type mappings
Converting schema
Performing the migration
Post migration data validation