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
- Platform, Name, and engineEdition fields can now contain usual comma-separated lists ("platform": \["Windows", "Linux"\]), not only regular expressions ("platform": "/Windows|Linux/")
18
+
- Added rule "Database files have a growth ratio set in percentage"
19
+
- Added rule "STRelate and STAsBinary functions unexpected results due to TF 6533 enabled"
20
+
- Added rule "Database Integrity Checks"
21
+
- Added rule "Direct Catalog Updates"
22
+
- Added rule "Data Purity Check"
23
+
- Added rule "MaxDOP should be less or equal number of CPUs"
24
+
- Added rule "MaxDOP should equal number of CPUs for single NUMA node"
25
+
- Added rule "MaxDOP should be less 8 for single NUMA node"
26
+
- Added rule "MaxDOP should be according to processor count ratio"
27
+
- Added rule "Pending disk I/O requests"
28
+
- Added rule "Index Fragmentation"
29
+
- Added rule "Untrusted Constraints"
30
+
- Added rule "Statistics need to be updated"
31
+
32
+
### Bug fixes
33
+
34
+
- Wrong help link in XTPHashAvgChainBuckets rule
35
+
- Occasional error "There is already an open DataReader associated with this Command which must be closed first" on PowerShell 7
- 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.
53
79
54
80
- Assemblies providing methods for CLR probes should be recompiled for each new release of SQL Assessment API.
0 commit comments