PSBlitz icon indicating copy to clipboard operation
PSBlitz copied to clipboard

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.

Results 15 PSBlitz issues
Sort by recently updated
recently updated
newest added

Potential input parameter `-MonitorTime` value provided in minutes, behavior example: - Option 1: If PSBlitz is executed with `-MonitorTime 100`, PSBlitz will continue running the BlitzWho background process even if...

enhancement

With the October release, Brent introduced `@sortorder = 'duplicate' ` for sp_BlitzCache. Adding this to PSBlitz would require: - PSBlitz.ps1 - adding it in the main sp_BlitzCache block - Excel...

enhancement