Skip to content

Commit f47086c

Browse files
authored
Merge pull request #2520 from BrentOzarULTD/dev
2020-08 Release
2 parents 35fd06a + 8f74fe5 commit f47086c

21 files changed

+953
-377
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ We know that's a pain, but that's the kind of thing we find out in the wild. Of
8484
4. Make changes.
8585

8686
Make changes to one or more of the files in the project.
87-
If your change requires a new CheckId look here: https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/blob/dev/Documentation/sp_Blitz%20Checks%20by%20Priority.md.
87+
If your change requires a new CheckId look here: https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/blob/dev/Documentation/sp_Blitz_Checks_by_Priority.md.
8888
You should modify the file `Documentation\sp_Blitz Checks by Priority.md` in the project by yourself.
8989

9090
5. Commit your changes in logical chunks. Please adhere to these [git commit message guidelines]

Documentation/sp_Blitz_Checks_by_Priority.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ If you want to add a new one, start at 235.
3838
| 10 | Performance | DBCC DROPCLEANBUFFERS Ran Recently | https://www.BrentOzar.com/go/dbcc | 207 |
3939
| 10 | Performance | DBCC FREEPROCCACHE Ran Recently | https://www.BrentOzar.com/go/dbcc | 208 |
4040
| 10 | Performance | DBCC SHRINK% Ran Recently | https://www.BrentOzar.com/go/dbcc | 210 |
41+
| 10 | Performance | DBCC WRITEPAGE Used Recently | https://www.BrentOzar.com/go/dbcc | 209 |
4142
| 10 | Performance | High Memory Use for In-Memory OLTP (Hekaton) | https://www.BrentOzar.com/go/hekaton | 145 |
4243
| 10 | Performance | Memory Nodes Offline | https://www.BrentOzar.com/go/schedulers | 110 |
4344
| 10 | Performance | Plan Cache Erased Recently | https://www.BrentOzar.com/askbrent/plan-cache-erased-recently/ | 125 |
@@ -47,7 +48,6 @@ If you want to add a new one, start at 235.
4748
| 20 | Reliability | Databases in Unusual States | https://www.BrentOzar.com/go/repair | 102 |
4849
| 20 | Reliability | Memory Dumps Have Occurred | https://www.BrentOzar.com/go/dump | 171 |
4950
| 20 | Reliability | No Failover Cluster Nodes Available | https://www.BrentOzar.com/go/node | 184 |
50-
| 20 | Reliability | Plan Guides Failing | https://www.BrentOzar.com/go/guides | 164 |
5151
| 20 | Reliability | Query Store Cleanup Disabled | https://www.BrentOzar.com/go/cleanup | 182 |
5252
| 20 | Reliability | Unsupported Build of SQL Server | https://www.BrentOzar.com/go/unsupported | 128 |
5353
| 20 | Reliability | User Databases on C Drive | https://www.BrentOzar.com/go/cdrive | 26 |
@@ -61,13 +61,10 @@ If you want to add a new one, start at 235.
6161
| 50 | Performance | Poison Wait Detected: Serializable Locking | https://www.BrentOzar.com/go/serializable | 121 |
6262
| 50 | Performance | Too Much Free Memory | https://www.BrentOzar.com/go/freememory | 165 |
6363
| 50 | Performance | Wait Stats Cleared Recently| | 205 |
64-
| 50 | Reliability | Database Snapshot Online | https://www.BrentOzar.com/go/snapshot | 77 |
6564
| 50 | Reliability | DBCC WRITEPAGE Used Recently | https://www.BrentOzar.com/go/dbcc | 209 |
66-
| 50 | Reliability | Errors Logged Recently in the Default Trace | https://www.BrentOzar.com/go/defaulttrace | 150 |
6765
| 50 | Reliability | Full Text Indexes Not Updating | https://www.BrentOzar.com/go/fulltext | 113 |
6866
| 50 | Reliability | Page Verification Not Optimal | https://www.BrentOzar.com/go/torn | 14 |
6967
| 50 | Reliability | Possibly Broken Log Shipping | https://www.BrentOzar.com/go/shipping | 111 |
70-
| 50 | Reliability | Remote Admin Connections Disabled | https://www.BrentOzar.com/go/dac | 100 |
7168
| 50 | Reliability | TempDB File Error | https://www.BrentOzar.com/go/tempdboops | 191 |
7269
| 50 | Reliability | Transaction Log Larger than Data File | https://www.BrentOzar.com/go/biglog | 75 |
7370
| 50 | Reliability | Default Trace File Error | https://BrentOzar.com/go/defaulttrace | 199 |
@@ -92,6 +89,7 @@ If you want to add a new one, start at 235.
9289
| 100 | Performance | Unusual SQL Server Edition | https://www.BrentOzar.com/go/workgroup | 97 |
9390
| 100 | Performance | Implicit Transactions | https://www.brentozar.com/go/ImplicitTransactions/ | 215 |
9491
| 100 | Reliability | Cumulative Update Available | https://SQLServerUpdates.com | 217 |
92+
| 100 | Reliability | Plan Guides Failing | https://www.BrentOzar.com/go/guides | 164 |
9593
| 100 | Reliability | SQL Server Update May Fail | https://desertdba.com/failovers-cant-serve-two-masters/ | 234 |
9694
| 110 | Performance | Active Tables Without Clustered Indexes | https://www.BrentOzar.com/go/heaps | 38 |
9795
| 110 | Performance | Auto-Create Stats Disabled | https://www.BrentOzar.com/go/acs | 15 |
@@ -130,7 +128,10 @@ If you want to add a new one, start at 235.
130128
| 170 | File Configuration | Uneven File Growth Settings in One Filegroup | https://www.BrentOzar.com/go/grow | 42 |
131129
| 170 | Reliability | Database Files on Network File Shares | https://www.BrentOzar.com/go/nas | 148 |
132130
| 170 | Reliability | Database Files Stored in Azure | https://www.BrentOzar.com/go/azurefiles | 149 |
131+
| 170 | Reliability | Database Snapshot Online | https://www.BrentOzar.com/go/snapshot | 77 |
132+
| 170 | Reliability | Errors Logged Recently in the Default Trace | https://www.BrentOzar.com/go/defaulttrace | 150 |
133133
| 170 | Reliability | Max File Size Set | https://www.BrentOzar.com/go/maxsize | 80 |
134+
| 170 | Reliability | Remote Admin Connections Disabled | https://www.BrentOzar.com/go/dac | 100 |
134135
| 200 | Backup | Backing Up Unneeded Database | https://www.BrentOzar.com/go/reportservertempdb | 127 |
135136
| 200 | Backup | MSDB Backup History Not Purged | https://www.BrentOzar.com/go/history | 3 |
136137
| 200 | Backup | MSDB Backup History Purged Too Frequently | https://www.BrentOzar.com/go/history | 186 |

0 commit comments

Comments
 (0)