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 37 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
Maybe

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

Hello, First off: thank you for taking the time to open an issue! When filing an issue please provide as much information as possible. ## Bare minimum At a minimum...

help wanted

From this ```powershell $ResourcesPath = $ScriptPath + "\Resources" ``` To this ```powershell $ResourcesPath = Join-Path -Path $ScriptPath -ChildPath "Resources" ``` This may or may not be related to possible work...

enhancement

Add a new parameter to skip checks based on a comma-delimited list of check names. Will think about granularity when I start working on it

enhancement