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
This article provides details about updates, improvements, and bug fixes for the current and previous versions of SQL Assessment 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. Install one of them or both to start working with the API.
4
4
5
-
## SQL Assessment November 2019 Release — First GA
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.
8
+
You can use GitHub issues to provide feedback to the product team.
- Added 50 assessment rules (144 rules in total so far)
16
17
- Added base math expressions and comparisons to rules conditions
@@ -20,16 +21,16 @@ Release date: October 30, 2019
20
21
- Updated the ruleset JSON format and added SCHEMA version
21
22
- Updated cmdlets output to improve readability of recommendations
22
23
23
-
## Bug fixes in 21.1.18206
24
+
###Bug fixes
24
25
25
26
- Rules were revised and some were fixed
26
27
- Broken order of recommendations
27
28
- Error messages are not clear
28
29
29
-
## Known issues in 21.1.18206
30
+
###Known issues
30
31
31
32
- Invoke-SqlAssessment may crash with message "Missing data item 'FilterDefinition'" on some databases. If you face this issue, create a customization to disable the RedundantIndexes rule to disable it. See README.md to learn how to disable rules. We'll fix this issue with the next release.
32
33
33
34
- Assemblies providing methods for CLR probes should be recompiled for each new release of SQL Assessment API.
34
35
35
-
You can use GitHub issues to provide feedback to the product team.
0 commit comments