You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql-server/migrate/guides/mysql-to-sql-server.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,15 +29,9 @@ To migrate your MySQL database to SQL Server, you need:
29
29
## Pre-migration
30
30
31
31
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.
37
32
38
33
### Assess
39
34
40
-
41
35
To use [SSMA for MySQL](https://aka.ms/ssmaformysql) to create an assessment, follow these steps:
42
36
43
37
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
76
70
1. You can change the type mapping for each table by selecting the table in the **MySQL Metadata explorer**.
77
71
78
72
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).
80
74
81
75
### Convert schema
82
76
@@ -108,7 +102,7 @@ To convert the schema, follow these steps:
108
102
109
103
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.
110
104
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).
112
106
113
107
## Migration
114
108
@@ -195,7 +189,7 @@ These resources were developed as part of the Data SQL Ninja Program, which is s
195
189
196
190
## Next steps
197
191
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).
199
193
200
194
- 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).
0 commit comments