Skip to content

Commit fc86fff

Browse files
authored
Merge pull request #3751 from ShawnJackson/dma-assesssqlonprem2
edit pass: dma-assesssqlonprem
2 parents 025c956 + 0443633 commit fc86fff

1 file changed

Lines changed: 40 additions & 39 deletions

File tree

docs/dma/dma-assesssqlonprem.md

Lines changed: 40 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
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"
33
ms.custom:
44
ms.date: "10/04/2017"
55
ms.prod: "sql-non-specified"
@@ -20,104 +20,105 @@ manager: "craigg"
2020
ms.workload: "Inactive"
2121
---
2222

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.
2525

26-
## Create new assessment
26+
## Create an assessment
2727

28-
1. Click on the New (+) icon, and then select Assessment project
28+
1. Select the **New** (+) icon, and then select the **Assessment** project
2929
type.
3030

3131
2. Set the source and target server type.
3232

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
3535
source and target server type to **SQL Server**. If you are migrating
3636
to Azure SQL Database, instead set the target server type to **Azure
3737
SQL Database**.
3838

3939
3. Click **Create**.
4040

41-
![Create new assessment](../dma/media/NewAssessment.png)
41+
![Create an assessment](../dma/media/NewAssessment.png)
4242

43-
### Choose assessment options
43+
## Choose assessment options
4444

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.
4746

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
4950
on-premises SQL Server or to SQL Server hosted on Azure VM targets,
5051
you can choose one or both of the following assessment report types:
5152

52-
- Compatibility Issues
53+
- **Compatibility Issues**
5354

54-
- New features’ recommendation
55+
- **New features’ recommendation**
5556

56-
![Select an assessment report type](../dma/media/AssessmentTypes.png)
57+
![Select an assessment report type for SQL Server target](../dma/media/AssessmentTypes.png)
5758

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
5960
Database, you can choose one or both of the following
6061
assessment report types:
6162

62-
- Check database compatibility
63+
- **Check database compatibility**
6364

64-
- Check feature parity
65+
- **Check feature parity**
6566

66-
![Select assessment report type](../dma/media/AssessmentTypes_Azure.png)
67+
![Select assessment report type for SQL Database target](../dma/media/AssessmentTypes_Azure.png)
6768

68-
### Add databases to assess
69+
## Add databases to assess
6970

70-
1. Click on **Add Sources** to open the connection fly-out.
71+
1. Select **Add Sources** to open the connection flyout menu.
7172

7273
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**.
7475

75-
3. Select the databases to assess, and then click **Add**.
76+
3. Select the databases to assess, and then select **Add**.
7677

7778
> [!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
8081
> clicking **Remove Sources**. You can also add databases from multiple
8182
> SQL Server instances by using the **Add Sources** button.
8283
8384
4. Click **Next** to start the assessment.
8485

8586
![Add sources and start assessment](../dma/media/SelectDatabase.png)
8687

87-
### View results
88+
## View results
8889

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.
9091

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
9293
between **Compatibility issues** and **Feature recommendations**
93-
using the switcher.
94+
by using the switcher.
9495

9596
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.
9899

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**.
100101

101102
![View assessment results](../dma/media/ReviewResults.png)
102103

103104
Similarly, you can review feature recommendation across **Performance**, **Storage**, and **Security** areas.
104105

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.
106107

107108
![View feature recommendations](../dma/media/FeatureRecommendations.png)
108109

109-
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.
110111

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.
112113

113114
![View information for SQL Server feature parity](../dma/media/SQLFeatureParity.png)
114115

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.
116117

117118
![View compatibility issues](../dma/media/CompatibilityIssues.png)
118119

119-
### Export results
120+
## Export results
120121

121-
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.
122123

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

Comments
 (0)