Commit 71bac1a
sp_PerfCheck rework + README accuracy fixes across all procedures
sp_PerfCheck v2.3:
- New 5-tier priority system (Critical/High/Medium/Low/Informational)
- Remove duplicative check 6201 (DB I/O stalls)
- Raise read/write latency defaults from 100ms to 500ms
- Raise security token cache threshold to 1GB
- Add priority_label column to output
- Add log file size to check 7102
- Standardize all web links
README fixes found by code review:
- sp_HealthParser: Add @skip_waits, @use_ring_buffer; fix @wait_duration_ms default (0->500)
- sp_HumanEvents: Add @target_output; fix @gimme_danger desc; fix @max_blocking_events type
- sp_IndexCleanup: Fix copyright year 2024->2026
- sp_LogHunter: Fix typo "substitions" -> "substitutions"
- sp_PressureDetector: Add missing @troubleshoot_blocking parameter
- sp_QuickieStore: Fix @include/@exclude_databases type (4000->MAX); add total sort options
- Main README: Mirror all individual fixes, add missing params for QueryReproBuilder/BlockViewer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 39068c2 commit 71bac1a
9 files changed
Lines changed: 319 additions & 421 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
195 | | - | |
| 196 | + | |
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments