VladDBA / PSBlitz

a PowerShell-based tool that outputs SQL Server health and performance diagnostics data to either Excel or HTML, and saves execution plans and deadlock graphs as .sqlplan and .xdl files.
https://vladdba.com/2022/09/15/psblitz-easily-outputs-sql-server-diagnostic-data/
Other
78 stars 17 forks source link

HTML report - Limit the output of spBlitzIndex_NonSPLatest.sql mode 0 and 4 for instance-wide checks #243

Closed VladDBA closed 3 months ago

VladDBA commented 4 months ago

If spBlitzIndex_NonSPLatest.sql returns more than 30k records in an instance-wide check, the output to HTML will be limited to the databases found in the plan cache results (the ones returned by spBlitzCache_NonSPLatest.sql) and priority 250 is excluded.