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: samples/manage/sql-assessment-api/release-notes.md
+36-4Lines changed: 36 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,45 @@ This article provides details about updates, improvements, and bug fixes for the
4
4
5
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)
- '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
0 commit comments