Working with SSMA for MySQL Console (MySQLToSQL)

Microsoft SQL Server Migration Assistant (SSMA) for MySQL is now accessible through a console application at command line. The script files form the input to the application for executing the commands. As a console application, SSMA enables script-level interfacing, reduces the migration cycle, and scales the migration effort.

This section explains the procedure to migrate the MySQL database using the SSMA Console application.

Topics covered in this section include:

Topic Description
Getting Started with SSMA for MySQL Console (MySQLToSQL) Explains the procedure to execute the console application.
Command Line Options in SSMA Console (MySQLToSQL) Describes the command line options and parameters to operate the SSMA console application.
Creating Script Files (MySQLToSQL) Explains how to create a script file.
Creating Variable Value Files (MySQLToSQL) Explains how to create a variable value file.
Creating the Server Connection Files (MySQLToSQL) Explains how to create a server connection file.
Executing the SSMA Console (MySQLToSQL) Describes the script file commands to operate the SSMA console application.
Working with the Sample Console Script Files (MySQLToSQL) Describes the way to easily customize the scripts that have been provided in the sample files along with the product
Managing Passwords (MySQLToSQL) Describes about password encryption and decryption, and importing/ exporting password information.
Generating Reports (MySQLToSQL) Lists the commands to generate reports.
Troubleshooting (MySQLToSQL) Provides brief information about fixing migration issues.

See Also

Getting Started with SSMA for MySQL Console