Skip to content

Commit d24f57d

Browse files
update release-notes.md
1 parent be4f9f9 commit d24f57d

1 file changed

Lines changed: 41 additions & 40 deletions

File tree

samples/manage/sql-assessment-api/release-notes.md

Lines changed: 41 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release notes for SQL Assessment API
22

3-
This article provides details about updates, improvements, and bug fixes for the current and previous versions of SQL Assessment API. SQL Assessment API is part of the SQL Server Management Objects (SMO) and the SQL Server PowerShell module. Install one of them or both to start working with the API.
3+
This article provides details about updates, improvements, and bug fixes for the current and previous versions of SQL Assessment API. SQL Assessment API is part of the SQL Server Management Objects (SMO) and the SQL Server PowerShell module. To start working with the API, install the SQL Assessment Extention to Azure Data Studio or utilize either the SqlServer module or SMO.
4+
5+
Installing SQL Assessment Extension: [SQL Server Assessment Extension for Azure Data Studio (Public Preview)](https://techcommunity.microsoft.com/t5/sql-server/released-sql-server-assessment-extension-for-azure-data-studio/ba-p/1470603)
46

57
Download: [Download SqlServer module](https://www.powershellgallery.com/packages/SqlServer)
68

@@ -14,45 +16,44 @@ Version: SqlServer module 21.1.18226, SqlManagementObjects (SMO) package wasn't
1416

1517
### What's new
1618

17-
- Added support for CmdShell, PowerShell, Registry and WMI probes.
18-
- Enable/disable database checks for particular SQL Server instances (by instance names).
19-
- Minimal permissions to run SQL assessment are 'View Server state' and 'View Database state'.
20-
- Added rule 'Ad Hoc Distributed Queries are enabled'
21-
- Added rule 'Affinity Mask and Affinity I/O Mask overlapping'
22-
- Added rule 'Auto Soft NUMA should be enabled'
23-
- Added rule 'Blocking chains'
24-
- Added rule 'Blocked Process Threshold is set to recommended value'
25-
- Added rule 'Option 'cross db ownership chaining' should be disabled'
26-
- Added rule 'Default trace enabled'
27-
- Added rule 'Disk Partition alignment'
28-
- Added rule 'Full-text search option 'load_os_resources' set to default'
29-
- Added rule 'Full-text search option 'verify_signature' set to default'
30-
- Added rule 'HP Logical Processor issue'
31-
- Added rule 'Option 'index create memory' value should be greater 'min memory per query''
32-
- Added rule 'Lightweight pooling option disabled'
33-
- Added rule 'Option 'locks' should be set to default'
34-
- Added rule 'Option 'min memory per query' set to default'
35-
- Added rule 'Option 'network packet size' set to default'
36-
- Added rule 'NTFS block size in volumes that hold database files <> 64KB'
37-
- Added rule 'Option 'Ole Automation Procedures' set to default'
38-
- Added rule 'Page file is not automatically managed'
39-
- Added rule 'Page file is not automatically managed'
40-
- Added rule 'Insufficient page file free space'
41-
- Added rule 'Page file configured'
42-
- Added rule 'Memory paged out'
43-
- Added rule 'Power plan is High Performance'
44-
- Added rule 'Option 'priority boost' set to default'
45-
- Added rule 'Option 'query wait' set to default'
46-
- Added rule 'Option 'recovery interval' set to default'
47-
- Added rule 'Remote admin connections enabled on cluster (DAC)'
48-
- Added rule 'Option 'remote query timeout' set to default'
49-
- Added rule 'Option 'scan for startup procs' disabled on replication servers'
50-
- Added rule 'Worker thread exhaustion on CPU-bound system'
51-
- Added rule 'Possible worker thread exhaustion on a not-CPU-bound system'
52-
- Added rule 'Option 'cost threshold for parallelism' set to default'
53-
- Added rule 'Option 'max worker threads' set to recommended value on x64 system'
54-
- Added rule 'Option 'max worker threads' set to recommended value on x86 system'
55-
- Added rule 'Option 'xp_cmdshell' is disabled'
19+
- Added support for system extended stored procedures (xp_cmdshell, xp_regread, etc.)
20+
- Enabling/disabling database checks for particular SQL Server instances (by instance name)
21+
- Added rule "Ad Hoc Distributed Queries are enabled"
22+
- Added rule "Affinity Mask and Affinity I/O Mask overlapping"
23+
- Added rule "Auto Soft NUMA should be enabled"
24+
- Added rule "Blocking chains"
25+
- Added rule "Blocked Process Threshold is set to recommended value"
26+
- Added rule "Option 'cross db ownership chaining' should be disabled"
27+
- Added rule "Default trace enabled"
28+
- Added rule "Disk Partition alignment"
29+
- Added rule "Full-text search option 'load_os_resources' set to default"
30+
- Added rule "Full-text search option 'verify_signature' set to default"
31+
- Added rule "HP Logical Processor issue"
32+
- Added rule "Option 'index create memory' value should be greater 'min memory per query'"
33+
- Added rule "Lightweight pooling option disabled"
34+
- Added rule "Option 'locks' should be set to default"
35+
- Added rule "Option 'min memory per query' set to default"
36+
- Added rule "Option 'network packet size' set to default"
37+
- Added rule "NTFS block size in volumes that hold database files <> 64KB"
38+
- Added rule "Option 'Ole Automation Procedures' set to default"
39+
- Added rule "Page file is not automatically managed"
40+
- Added rule "Page file is not automatically managed"
41+
- Added rule "Insufficient page file free space"
42+
- Added rule "Page file configured"
43+
- Added rule "Memory paged out"
44+
- Added rule "Power plan is High Performance"
45+
- Added rule "Option 'priority boost' set to default"
46+
- Added rule "Option 'query wait' set to default"
47+
- Added rule "Option 'recovery interval' set to default"
48+
- Added rule "Remote admin connections enabled on cluster (DAC)"
49+
- Added rule "Option 'remote query timeout' set to default"
50+
- Added rule "Option 'scan for startup procs' disabled on replication servers"
51+
- Added rule "Worker thread exhaustion on CPU-bound system"
52+
- Added rule "Possible worker thread exhaustion on a not-CPU-bound system"
53+
- Added rule "Option 'cost threshold for parallelism' set to default"
54+
- Added rule "Option 'max worker threads' set to recommended value on x64 system"
55+
- Added rule "Option 'max worker threads' set to recommended value on x86 system"
56+
- Added rule "Option 'xp_cmdshell' is disabled"
5657

5758
## March 2020 - 21.1.18221
5859

0 commit comments

Comments
 (0)