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
title: "Performing a SQL Server migration assessment (Data Migration Assistant) | Microsoft Docs"
2
+
title: "Perform a SQL Server migration assessment (Data Migration Assistant) | Microsoft Docs"
3
3
ms.custom:
4
4
ms.date: "10/04/2017"
5
5
ms.prod: "sql-non-specified"
@@ -20,104 +20,105 @@ manager: "craigg"
20
20
ms.workload: "Inactive"
21
21
---
22
22
23
-
# Performing a SQL Server migration assessment
24
-
The following step-by-step instructions help you to perform your first assessment for migrating to either on-premises SQL Server or SQL Server running on Azure VM, or to Azure SQL Server database, by using Data Migration Assistant.
23
+
# Perform a SQL Server migration assessment
24
+
The following step-by-step instructions help you perform your first assessment for migrating to on-premises SQL Server, SQL Server running on an Azure VM, or Azure SQL Database, by using Data Migration Assistant.
25
25
26
-
## Create new assessment
26
+
## Create an assessment
27
27
28
-
1.Click on the New (+) icon, and then select “Assessment” project
28
+
1.Select the **New** (+) icon, and then select the **Assessment** project
29
29
type.
30
30
31
31
2. Set the source and target server type.
32
32
33
-
If you are upgrading your on-premises SQL Server to a modern
34
-
on-premises SQL Server or to SQL Server hosted on Azure VM, set the
33
+
If you are upgrading your on-premises SQL Server instance to a modern
34
+
on-premises SQL Server instance or to SQL Server hosted on an Azure VM, set the
35
35
source and target server type to **SQL Server**. If you are migrating
36
36
to Azure SQL Database, instead set the target server type to **Azure
37
37
SQL Database**.
38
38
39
39
3. Click **Create**.
40
40
41
-

41
+

42
42
43
-
###Choose assessment options
43
+
## Choose assessment options
44
44
45
-
1. Select the target SQL Server version that you plan to migrate to,
46
-
and run an assessment.
45
+
1. Select the target SQL Server version that you plan to migrate to.
47
46
48
-
2. When you are assessing your source SQL Server migrating to
47
+
2. Select the report type.
48
+
49
+
When you are assessing your source SQL Server instance for migrating to
49
50
on-premises SQL Server or to SQL Server hosted on Azure VM targets,
50
51
you can choose one or both of the following assessment report types:
51
52
52
-
- Compatibility Issues
53
+
-**Compatibility Issues**
53
54
54
-
- New features’ recommendation
55
+
-**New features’ recommendation**
55
56
56
-

57
+

57
58
58
-
3.When you are assessing your source SQL Server migrating to Azure SQL
59
+
When you are assessing your source SQL Server instance for migrating to Azure SQL
59
60
Database, you can choose one or both of the following

67
68
68
-
###Add databases to assess
69
+
## Add databases to assess
69
70
70
-
1.Click on **Add Sources** to open the connection fly-out.
71
+
1.Select **Add Sources** to open the connection flyout menu.
71
72
72
73
2. Enter the SQL server instance name, choose the Authentication type, set
73
-
the correct connection properties, and then click**Connect**.
74
+
the correct connection properties, and then select**Connect**.
74
75
75
-
3. Select the databases to assess, and then click**Add**.
76
+
3. Select the databases to assess, and then select**Add**.
76
77
77
78
> [!NOTE]
78
-
> You can remove databases after adding them by selecting
79
-
> multiple databases while holding the "shift" or "Ctrl" key, and then
79
+
> You can remove multiple databases by selecting
80
+
> them while holding the Shift or Ctrl key, and then
80
81
> clicking **Remove Sources**. You can also add databases from multiple
81
82
> SQL Server instances by using the **Add Sources** button.
82
83
83
84
4. Click **Next** to start the assessment.
84
85
85
86

86
87
87
-
###View results
88
+
## View results
88
89
89
-
The duration of the assessment depends on the number of databases added and the schema size of each database. Results are displayed per database as soon as they are available.
90
+
The duration of the assessment depends on the number of databases added and the schema size of each database. Results are displayed for each database as soon as they are available.
90
91
91
-
1. Select the database that has completed assessment, and then switch
92
+
1. Select the database that has completed the assessment, and then switch
92
93
between **Compatibility issues** and **Feature recommendations**
93
-
using the switcher.
94
+
by using the switcher.
94
95
95
96
2. Review the compatibility issues across all compatibility levels
96
-
supported by the target SQL Server version selected on the "Options"
97
-
screen.
97
+
supported by the target SQL Server version that you selected on the **Options**
98
+
page.
98
99
99
-
Compatibility issues can be reviewed by analyzing the impacted object and its details for every issue identified under “Breaking changes”, “Behavior changes”, and “Deprecated features.”
100
+
You can review compatibility issues by analyzing the affected object and its details for every issue identified under **Breaking changes**, **Behavior changes**, and **Deprecated features**.
Similarly, you can review feature recommendation across **Performance**, **Storage**, and **Security** areas.
104
105
105
-
Feature recommendations cover a variety of features such as In-Memory OLTP and Columnstore, Stretch Database, Always Encrypted (AE), Dynamic Data Masking (DDM), and Transparent Data Encryption (TDE).
106
+
Feature recommendations cover a variety of features such as In-Memory OLTP and Columnstore, Stretch Database, Always Encrypted, Dynamic Data Masking, and Transparent Data Encryption.
For Azure SQL Database, the assessments provide migration blocking issues and feature parity issues. Review the results for both categories by selecting the specific options.
110
+
For Azure SQL Database, the assessments provide migration blocking issues and feature parity issues. Review the results for both categories by selecting the specific options.
110
111
111
-
- The **SQL Server feature parity** category provides a comprehensive set of recommendations, alternative approaches available in Azure, and mitigating steps so that you can plan this effort into your migration projects.
112
+
- The **SQL Server feature parity** category provides a comprehensive set of recommendations, alternative approaches available in Azure, and mitigating steps. It helps you plan this effort in your migration projects.
112
113
113
114

114
115
115
-
- The **Compatibility issues** category provides partially or unsupported features that are the compatibility issues that block migrating on-premises SQL Server database(s) to Azure SQL Database(s). It then provides recommendations to help you address those issues.
116
+
- The **Compatibility issues** category provides partially supported or unsupported features that block migrating on-premises SQL Server databases to Azure SQL databases. It then provides recommendations to help you address those issues.
After all databases finish assessment, click**Export report** to export the results to either a JSON or a CSV file for analyzing the data at your own convenience.
122
+
After all databases finish the assessment, select**Export report** to export the results to either a JSON file or a CSV file. You can then analyze the data at your own convenience.
122
123
123
-
You can run multiple assessments concurrently and view the state of the assessments by navigating to the **All Assessments**screen.
124
+
You can run multiple assessments concurrently and view the state of the assessments by opening the **All Assessments**page.
0 commit comments