Skip to content

Commit 5d9f493

Browse files
committed
Merge branch 'dev'
2 parents 1fbe254 + d3142b6 commit 5d9f493

17 files changed

+746
-255
lines changed

Documentation/sp_Blitz Checks by Priority.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you want to change anything about a check - the priority, finding, URL, or ID
99
| Priority | FindingsGroup | Finding | URL | CheckID |
1010
|----------|-----------------------------|---------------------------------------------------------|------------------------------------------------------------------------|----------|
1111
| 0 | Outdated sp_Blitz | sp_Blitz is Over 6 Months Old | https://www.BrentOzar.com/blitz/ | 155 |
12-
| 0 | Informational | @CheckUserDatabaseObjects Disabled | https://www.BrentOzar.com/blitz/ | 201 |
12+
| 0 | Informational | @CheckUserDatabaseObjects Disabled | https://www.BrentOzar.com/blitz/ | 204 |
1313
| 1 | Backup | Backing Up to Same Drive Where Databases Reside | https://www.BrentOzar.com/go/backup | 93 |
1414
| 1 | Backup | Backups Not Performed Recently | https://www.BrentOzar.com/go/nobak | 1 |
1515
| 1 | Backup | Encryption Certificate Not Backed Up Recently | https://www.BrentOzar.com/go/tde | 202 |
@@ -27,8 +27,12 @@ If you want to change anything about a check - the priority, finding, URL, or ID
2727
| 10 | Performance | 32-bit SQL Server Installed | https://www.BrentOzar.com/go/32bit | 154 |
2828
| 10 | Performance | Auto-Close Enabled | https://www.BrentOzar.com/go/autoclose | 12 |
2929
| 10 | Performance | Auto-Shrink Enabled | https://www.BrentOzar.com/go/autoshrink | 13 |
30+
| 10 | Performance | Auto-Shrink Ran Recently| https://www.BrentOzar.com/go/autoshrink | 206 |
3031
| 10 | Performance | CPU Schedulers Offline | https://www.BrentOzar.com/go/schedulers | 101 |
3132
| 10 | Performance | CPU w/Odd Number of Cores | https://www.BrentOzar.com/go/oddity | 198 |
33+
| 10 | Performance | DBCC DROPCLEANBUFFERS Ran Recently | | 207 |
34+
| 10 | Performance | DBCC FREEPROCCACHE Ran Recently | | 208 |
35+
| 10 | Performance | DBCC SHRINK% Ran Recently | | 210 |
3236
| 10 | Performance | High Memory Use for In-Memory OLTP (Hekaton) | https://www.BrentOzar.com/go/hekaton | 145 |
3337
| 10 | Performance | Memory Nodes Offline | https://www.BrentOzar.com/go/schedulers | 110 |
3438
| 10 | Performance | Plan Cache Erased Recently | https://www.BrentOzar.com/askbrent/plan-cache-erased-recently/ | 125 |
@@ -43,13 +47,16 @@ If you want to change anything about a check - the priority, finding, URL, or ID
4347
| 20 | Reliability | Unsupported Build of SQL Server | https://www.BrentOzar.com/go/unsupported | 128 |
4448
| 20 | Reliability | User Databases on C Drive | https://www.BrentOzar.com/go/cdrive | 26 |
4549
| 20 | Reliability | TempDB on C Drive | https://www.BrentOzar.com/go/cdrive | 25 |
46-
| 50 | Performance | Instant File Initialization Not Enabled | https://www.BrentOzar.com/go/instant | 192 |
50+
| 50 | DBCC Events | Overall Events | | 203 |
4751
| 50 | Performance | File Growths Slow | https://www.BrentOzar.com/go/filegrowth | 151 |
52+
| 50 | Performance | Instant File Initialization Not Enabled | https://www.BrentOzar.com/go/instant | 192 |
4853
| 50 | Performance | Poison Wait Detected | https://www.BrentOzar.com/go/poison | 107 |
4954
| 50 | Performance | Poison Wait Detected: CMEMTHREAD & NUMA | https://www.BrentOzar.com/go/poison | 162 |
5055
| 50 | Performance | Poison Wait Detected: Serializable Locking | https://www.BrentOzar.com/go/serializable | 121 |
5156
| 50 | Performance | Too Much Free Memory | https://www.BrentOzar.com/go/freememory | 165 |
57+
| 50 | Performance | Wait Stats Cleared Recently| | 205 |
5258
| 50 | Reliability | Database Snapshot Online | https://www.BrentOzar.com/go/snapshot | 77 |
59+
| 50 | Reliability | DBCC WRITEPAGE Used Recently | | 209 |
5360
| 50 | Reliability | Errors Logged Recently in the Default Trace | https://www.BrentOzar.com/go/defaulttrace | 150 |
5461
| 50 | Reliability | Full Text Indexes Not Updating | https://www.BrentOzar.com/go/fulltext | 113 |
5562
| 50 | Reliability | Page Verification Not Optimal | https://www.BrentOzar.com/go/torn | 14 |

0 commit comments

Comments
 (0)