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/azure-arc/assess.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.service: sql
9
9
ms.topic: conceptual
10
10
---
11
11
12
-
# Configure best practices assessment | Azure Arc-enabled SQL Server
12
+
# Configure SQL best practices assessment
13
13
14
14
Best practices assessment provides a mechanism to evaluate the configuration of your SQL Server. Once the best practices assessment feature is enabled, your SQL Server instance and databases are scanned to provide recommendations for things like SQL Server and database configurations, index management, deprecated features, enabled or missing trace flags, statistics, etc.
15
15
@@ -63,7 +63,7 @@ Resource group or Subscription of Arc Machine.
63
63
64
64
:::image type="content" source="media/assess/sql-best-practices-assessment-launch.png" alt-text="Screenshot showing how to enable the best practices assessment screen of an Arc-enabled SQL Server resource.":::
65
65
66
-
If the Log Analytics Workspace is not created or current user does not have Log Analytics Contributor role assigned for the Resource Group or Subscription, you can't initiate the on-demand SQL Assessment. Review the Prerequisites section above.
66
+
1.If the Log Analytics Workspace is not created or the current user does not have Log Analytics Contributor role assigned for the Resource Group or Subscription, you can't initiate the on-demand SQL Assessment. Review the Prerequisites section above.
67
67
68
68
:::image type="content" source="media/assess/enable-log-analytics-workspace.png" alt-text="Screenshot showing how to specify the log analytics workspace for SQL Server best practices assessment.":::
69
69
@@ -126,10 +126,9 @@ If there are multiple runs in a single day, only the latest run is included in t
126
126
127
127
- Best practices assessment is currently limited to SQL Server running on Windows machines. This will not work for SQL on Linux machines.
128
128
129
-
- The assessment is enabled on a default instance if present, otherwise on the very first named instance in registry. The assessment results of the instance where the assessment was enabled, is duplicated for every instance on that SQL Server resource.
130
-
131
-
- It may take few seconds to populate the history of the previous execution of the assessments on best practices home page.
132
-
129
+
- The assessment is enabled on a default instance if present, otherwise on the very first named instance in the registry. The assessment results of the instance where the assessment was enabled, are duplicated for every instance on that SQL Server resource.
130
+
- It may take a few seconds to populate the history of the previous execution of the assessments on best practices home page.
131
+
133
132
## Next steps
134
133
135
134
-[Connect your SQL Server to Azure Arc](connect.md).
0 commit comments