Skip to content

Commit b54d8ee

Browse files
authored
Merge pull request #865 from aguzev/master
Update SQL Assessment API release notes
2 parents 21960d6 + f9c8b88 commit b54d8ee

1 file changed

Lines changed: 36 additions & 4 deletions

File tree

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

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,45 @@ This article provides details about updates, improvements, and bug fixes for the
44

55
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)
66

7+
Download: [SQL Assessment NuGet package](https://www.nuget.org/packages/Microsoft.SqlServer.Assessment)
8+
79
Download: [Download SqlServer module](https://www.powershellgallery.com/packages/SqlServer)
810

911
Download: [SMO NuGet Package](https://www.nuget.org/packages/Microsoft.SqlServer.SqlManagementObjects)
1012

1113
You can use GitHub issues to provide feedback to the product team.
1214

13-
## July 2020 - 21.1.18226
15+
## December 2020 - 1.0.302
16+
17+
Version: SqlServer PowerShell module wasn't updated, SqlManagementObjects (SMO) package wasn't updated
18+
19+
### What's new
20+
21+
- Added rules:
22+
- 'Max server memory' and 'Max server memory exceeds system memory' that check if the 'max server memory' setting falls within the recommended range
23+
- 'Error log file is too big' that checks if there are any big error log files
24+
- 'Disk fragmentation analysis' that checks if a disk needs to be defragmented
25+
- New features for custom configuration files:
26+
- Added new 'defaultValue' data transformation functions
27+
- Added new functions:
28+
- 'max' and 'min' functions that return maximum and minimum values of their arguments
29+
- 'ieq' and 'ine' case-insensitive functions that check if the given arguments are equal
30+
- 'iin' case-insensitive function that checks if a value is present in the given set
31+
- 'interval' function that finds an interval into which the given argument falls and returns an associated value.
32+
- 'startswith' and 'endswith' functions that check if one string starts or ends with another one, and their case-insensitive variants 'istartswith' and 'iendswith'
33+
- 'indexof' function that finds the first occurrence of a substring, and its case-insensitive variant 'iindexof'
34+
- Added local variables to assessment rules which can be used to show more details in messages
35+
- Added WMI method call support to custom WMI probes
36+
37+
### Bug fixes and improvements
38+
39+
- Removed non-informative errors thrown from recursive assessment of SQL Server Registered Groups
40+
- Improved query performance for probes used in the 'Replication errors in the last 24 hours' rule
41+
- Updated MaxDOP related rules to follow the best practice recommendations
42+
- Fixed an issue that may occur when the 'automatic_soft_NUMA_disabled' configuration setting value was not returned by some SQL Server instances
43+
- Fixed an issue that may occur when the 'sql_memory_model' value was not returned by some SQL Server instances
44+
45+
## July 2020 - 1.0.265
1446

1547
Version: SqlServer module 21.1.18226, SqlManagementObjects (SMO) package wasn't updated
1648

@@ -55,7 +87,7 @@ Version: SqlServer module 21.1.18226, SqlManagementObjects (SMO) package wasn't
5587
- Option 'max worker threads' set to recommended value on x86 system
5688
- Option 'xp_cmdshell' is disabled
5789

58-
## March 2020 - 21.1.18221
90+
## March 2020 - 1.0.246
5991

6092
Version: SqlServer module 21.1.18221, SqlManagementObjects (SMO) package 160.2004021.0
6193

@@ -81,7 +113,7 @@ Version: SqlServer module 21.1.18221, SqlManagementObjects (SMO) package 160.200
81113
- Wrong help link in XTPHashAvgChainBuckets rule
82114
- Occasional error "There is already an open DataReader associated with this Command which must be closed first" on PowerShell 7
83115

84-
## December 2019 - 21.1.18218
116+
## December 2019 - 1.0.220
85117

86118
Version: SqlServer module 21.1.18206, SqlManagementObjects (SMO) package wasn't updated
87119

@@ -100,7 +132,7 @@ Version: SqlServer module 21.1.18206, SqlManagementObjects (SMO) package wasn't
100132
- FullBackup rule has threshold in days but gets backup age in hours
101133
- When database can't be accessed and it's disabled for assessment, it throws access errors when performing assessment
102134

103-
## GA - November 2019 - 21.1.18206
135+
## GA - November 2019 - 1.0.216
104136

105137
Version: SqlServer module 21.1.18206, SqlManagementObjects (SMO) package 150.208.0
106138

0 commit comments

Comments
 (0)