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
+14-8Lines changed: 14 additions & 8 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
@@ -21,6 +21,8 @@ The Environment Health assessment is replaced with a much richer best practices
21
21
22
22
>[!IMPORTANT]
23
23
>Best practices assessment is available only for SQL Servers purchased through either [Software Assurance](https://www.microsoft.com/licensing/licensing-programs/software-assurance-default) or [pay-as-you-go (PAYG)](https://www.microsoft.com/sql-server/sql-server-2022-pricing) licensing options.
24
+
>
25
+
>For instructions to configure the appropriate license type, review [Manage SQL Server license and billing options](manage-license-type.md).
24
26
25
27
## Prerequisites
26
28
@@ -53,7 +55,6 @@ Resource group or Subscription of Arc Machine.
53
55
54
56
- The [SQL Server browser service](../../tools/configuration-manager/sql-server-browser-service.md) must be running if you're operating a named instance of SQL Server.
55
57
56
-
57
58
## Enable best practices assessment
58
59
59
60
1. Sign into the [Azure portal](https://portal.azure.com/) and go to your [Arc-enabled SQL Server resource](https://portal.azure.com/#view/Microsoft_Azure_HybridCompute/AzureArcCenterBlade/~/sqlServers)
@@ -62,9 +63,9 @@ Resource group or Subscription of Arc Machine.
62
63
63
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.":::
64
65
65
-
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.
66
67
67
-
:::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..":::
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.":::
68
69
69
70
70
71
1. Select the **Log Analytics Workspace** from the drop-down menu and select **Enable assessment**.
@@ -78,6 +79,12 @@ Resource group or Subscription of Arc Machine.
78
79
79
80
:::image type="content" source="media/assess/sql-best-practices-assessment-enabled.png" alt-text="Screenshot showing the successful enablement of best practices assessment of an Arc-enabled SQL Server resource.":::
80
81
82
+
### Modify license type
83
+
84
+
If an instance of SQL Server is configured with a license only type of license, you will need to change the license type to configure best practices assessment. For more information, see [Manage SQL Server license and billing options](manage-license-type.md).
85
+
86
+
:::image type="content" source="media/assess/change-license-type.png" alt-text="Screenshot of Azure portal change license type.":::
87
+
81
88
## Manage best practices assessment
82
89
83
90
After you have enabled best practices assessment, you can do the following additional tasks:
@@ -119,10 +126,9 @@ If there are multiple runs in a single day, only the latest run is included in t
119
126
120
127
- Best practices assessment is currently limited to SQL Server running on Windows machines. This will not work for SQL on Linux machines.
121
128
122
-
- 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.
123
-
124
-
- It may take few seconds to populate the history of the previous execution of the assessments on best practices home page.
125
-
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
+
126
132
## Next steps
127
133
128
134
-[Connect your SQL Server to Azure Arc](connect.md).
Copy file name to clipboardExpand all lines: docs/sql-server/azure-arc/release-notes.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,18 @@ ms.topic: conceptual
11
11
12
12
# Release notes - Azure Arc-enabled SQL Server
13
13
14
+
## February, 2023
15
+
16
+
This release is published February 17, 2023
17
+
18
+
### Extension version
19
+
20
+
`1.1.2231.59`
21
+
22
+
### Azure extension for SQL Server
23
+
24
+
-[Best practices assessment](assess.md) (BPA) on Arc-enabled SQL Server requires Software Assurance or [Azure pay-as-you-go license](manage-license-type.md#manage-sql-server-license-and-billing-options).
0 commit comments