Skip to content

Commit 8f38d03

Browse files
committed
fixing things
1 parent 646a8e6 commit 8f38d03

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

docs/sql-server/migrate/guides/mysql-to-sql-server.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,9 @@ To migrate your MySQL database to SQL Server, you need:
2929
## Pre-migration
3030

3131
After you have met the prerequisites, you are ready to discover your source MySQL environment and assess the feasibility of your migration.
32-
Before you start the migration using SSMA, you must:
33-
34-
1. Create a new project.
35-
2. Connect to a MySQL database.
36-
3. After a successful connection, MySQL schemas will appear in MySQL Metadata Explorer. Right-click objects in MySQL Metadata Explorer to perform tasks such as create reports that assess conversions to SQL Server.
3732

3833
### Assess
3934

40-
4135
To use [SSMA for MySQL](https://aka.ms/ssmaformysql) to create an assessment, follow these steps:
4236

4337
1. Open SQL Server Migration Assistant for MySQL.
@@ -76,7 +70,7 @@ Validate the default data type mappings and change them based on requirements if
7670
1. You can change the type mapping for each table by selecting the table in the **MySQL Metadata explorer**.
7771

7872

79-
To learn more about conversion settings in SSMA, see [Project Settings](../../../ssma/mysql/project-settings-conversion-mysqltosql.md)
73+
To learn more about conversion settings in SSMA, see [Project Settings](../../../ssma/mysql/project-settings-conversion-mysqltosql.md).
8074

8175
### Convert schema
8276

@@ -108,7 +102,7 @@ To convert the schema, follow these steps:
108102

109103
Select **Save Project** from the **File** menu. This gives you an opportunity to evaluate the source and target schemas offline and perform remediation before you can publish the schema to SQL Server.
110104

111-
To learn more, see [Converting MySQL databases](../../../ssma/mysql/converting-mysql-databases-mysqltosql.md)
105+
To learn more, see [Converting MySQL databases](../../../ssma/mysql/converting-mysql-databases-mysqltosql.md).
112106

113107
## Migration
114108

@@ -195,7 +189,7 @@ These resources were developed as part of the Data SQL Ninja Program, which is s
195189

196190
## Next steps
197191

198-
- To learn more about migrating MySQL databases to SQL Server, see [SSMA documentation for MySQL](../../../ssma/mysql/sql-server-migration-assistant-for-mysql-mysqltosql.md)
192+
- To learn more about migrating MySQL databases to SQL Server, see [SSMA documentation for MySQL](../../../ssma/mysql/sql-server-migration-assistant-for-mysql-mysqltosql.md).
199193

200194
- For a matrix of the Microsoft and third-party services and tools that are available to assist you with various database and data migration scenarios as well as specialty tasks, see the article [Service and tools for data migration](https://docs.microsoft.com/azure/dms/dms-tools-matrix).
201195

0 commit comments

Comments
 (0)