PSBlitz
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.
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...
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...
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...
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...
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