Recently, I successfully migrated a MySQL database to an MSSQL database . Below are the detailed steps:
Operating System: AWS Microsoft Windows Server 2012 R2 with SQL Server Standard
Tools used:
- SQL Server 2014 Developer Studio SQL Developer,
- Microsoft SQL Server v6.0.1 Migration Assistant for MySQL,
- Remote Desktop Client and
- Third-party ODBC driver MySql 5.1.13
1. Configuring AWS Windows Server 
2. In the list of ec2 instances of the AWS console, right-click on the Windows server and select connect. You will see a similar screen below. 
3. Click the "Get Password" button, which is required to connect to the remote desktop [# 4] and follow the instructions.
4. Connect to this instance of EC2 [# 1] with the default remote desktop client available on your local Ubuntu computer. Use credentials from # 2. 
5. Once you connect using the remote client, you can access the remote MSSQL server. Install the following tools.
6. Configuring ODBC data sources (64-bit):
- Open Administrative Tools β click ODBC Data Sources (64-bit) and follow the steps to connect to the MySQL database.
7. Open SQL Server 2014 Management Studio SQL Developer and connect using Windows Authentication.
- Create a target MSSql database for MySql migration.
8. Open the Microsoft SQL Server Migration Assistant: For more information, see the link: https://blogs.msdn.microsoft.com/ssma/2011/02/07/mysql-to-sql-server-migration-how-to- use-ssma /
- Create a new project
- Connect to MySql
- Connect to MSSql
- Schema conversion
- Data transfer
8. You may have the problem indicated here. Please read in detail where I wrote the detailed permission. MySql 5.6 for MSSql 2014 server migration: ExecuteReader requires an open and accessible connection
source share