Skip to content

Commit 9135b27

Browse files
committed
BrentOzarULTD#289 - adding Documentation folder, Markdown files for checks by priority
1 parent 1d18bac commit 9135b27

File tree

2 files changed

+293
-0
lines changed

2 files changed

+293
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# sp_AskBrent Checks by Priority
2+
3+
This table lists all checks ordered by priority.
4+
5+
Before adding a new check, make sure to add a Github issue for it first, and have a group discussion about its priority, description, and findings URL.
6+
7+
If you want to change anything about a check - the priority, finding, URL, or ID - open a Github issue first. The relevant scripts have to be updated too.
8+
9+
| Priority | FindingsGroup | Finding | URL | CheckID |
10+
|----------|---------------------------------|---------------------------------------|-------------------------------------------------|----------|
11+
| 1 | Maintenance Tasks Running | Backup Running | http://BrentOzar.com/askbrent/backups | 1 |
12+
| 1 | Maintenance Tasks Running | DBCC Running | http://BrentOzar.com/askbrent/dbcc | 2 |
13+
| 1 | Maintenance Tasks Running | Restore Running | http://BrentOzar.com/askbrent/backups | 3 |
14+
| 1 | Outdated sp_AskBrent | sp_AskBrent is Over 6 Months Old | http://BrentOzar.com/askbrent/ | 27 |
15+
| 1 | Query Problems | Long-Running Query Blocking Others | http://BrentOzar.com/go/blocking | 5 |
16+
| 1 | Query Problems | Query Rolling Back | http://BrentOzar.com/go/rollback | 9 |
17+
| 1 | Query Problems | Sleeping Query with Open Transactions | http://BrentOzar.com/go/sleeping | 8 |
18+
| 1 | SQL Server Internal Maintenance | Data File Growing | http://BrentOzar.com/go/instant | 4 |
19+
| 1 | SQL Server Internal Maintenance | Log File Growing | http://BrentOzar.com/go/logsize | 13 |
20+
| 1 | SQL Server Internal Maintenance | Log File Shrinking | http://BrentOzar.com/go/logsize | 14 |
21+
| 50 | Query Problems | Compilations/Sec High | http://BrentOzar.com/go/compile | 15 |
22+
| 50 | Query Problems | Plan Cache Erased Recently | http://BrentOzar.com/go/freeproccache | 7 |
23+
| 50 | Query Problems | Re-Compilations/Sec High | http://BrentOzar.com/go/recompile | 16 |
24+
| 50 | Server Performance | High CPU Utilization | http://BrentOzar.com/go/cpu | 24 |
25+
| 50 | Server Performance | Page Life Expectancy Low | http://BrentOzar.com/go/ple | 10 |
26+
| 50 | Server Performance | Slow Data File Reads | http://BrentOzar.com/go/slow | 11 |
27+
| 50 | Server Performance | Slow Log File Writes | http://BrentOzar.com/go/slow | 12 |
28+
| 200 | Wait Stats | (One per wait type) | http://BrentOzar.com/sql/wait-stats/#(waittype) | 6 |
29+
| 210 | Query Stats | Plan Cache Analysis Skipped | http://BrentOzar.com/go/topqueries | 18 |
30+
| 210 | Query Stats | Top Resource-Intensive Queries | http://BrentOzar.com/go/topqueries | 17 |
31+
| 250 | Server Info | Batch Requests per Second | http://BrentOzar.com/go/measure | 19 |
32+
| 250 | Server Info | Re-Compiles per Second | http://BrentOzar.com/go/measure | 26 |
33+
| 250 | Server Info | SQL Compilations/sec | http://BrentOzar.com/go/measure | 25 |
34+
| 250 | Server Info | Wait Time per Core per Second | http://BrentOzar.com/go/measure | 20 |
35+
| 251 | Server Info | CPU Utilization | | 23 |
36+
| 251 | Server Info | Database Count | | 22 |
37+
| 251 | Server Info | Database Size, Total GB | | 21 |

0 commit comments

Comments
 (0)