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 - additional limit to output of spBlitzIndex_NonSPLatest.sql mode 2 for instance-wide checks #244

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) - besides this also return the first 30k records after that filtering is done.