Skip to content

Commit 5ae9cf2

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/dev'
2 parents f1f712d + 326db19 commit 5ae9cf2

17 files changed

+4965
-445
lines changed

Diff for: Documentation/Development/ReleaseProcess.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Well, useful is probably the wrong word. More like entertaining. Here we go.
2323
* These get moved to AWS for testing
2424
* Run _TestBed.sql: this has stored proc calls with common parameters. May have to add in new scenarios if new features are added.
2525
* If it passes, bump all the version numbers inside the scripts and re-run the PowerShell commands so combined scripts reflect correct version and date.
26-
* sp_foreachdb (no version number yet)
26+
* sp_foreachdb @Version and @VersionDate
2727
* sp_BlitzWho @Version and @VersionDate
2828
* sp_BlitzIndex @Version and @VersionDate
2929
* sp_BlitzFirst @VersionDate (no version)

Diff for: Documentation/sp_Blitz Checks by Priority.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ If you want to change anything about a check - the priority, finding, URL, or ID
1212
| 0 | Informational | @CheckUserDatabaseObjects Disabled | https://www.BrentOzar.com/blitz/ | 201 |
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 |
15+
| 1 | Backup | Encryption Certificate Not Backed Up Recently | https://www.BrentOzar.com/go/tde | 202 |
1516
| 1 | Backup | Full Recovery Mode w/o Log Backups | https://www.BrentOzar.com/go/biglogs | 2 |
1617
| 1 | Backup | TDE Certificate Not Backed Up Recently | https://www.BrentOzar.com/go/tde | 119 |
1718
| 1 | Corruption | Database Corruption Detected | https://www.BrentOzar.com/go/repair | 34 |

Diff for: Documentation/sp_BlitzFirst Checks by Priority.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ If you want to change anything about a check - the priority, finding, URL, or ID
1919
| 1 | SQL Server Internal Maintenance | Log File Growing | https://BrentOzar.com/go/logsize | 13 |
2020
| 1 | SQL Server Internal Maintenance | Log File Shrinking | https://BrentOzar.com/go/logsize | 14 |
2121
| 10 | Server Performance | Poison Wait Detected | https://BrentOzar.com/go/poison | 30 |
22+
| 10 | Server Performance | Target Memory Lower Than Max | https://BrentOzar.com/go/target | 35 |
2223
| 40 | Table Problems | Forwarded Fetches/Sec High | https://BrentOzar.com/go/fetch | 29 |
2324
| 50 | In-Memory OLTP | Garbage Collection in Progress | https://BrentOzar.com/go/garbage | 31 |
2425
| 50 | Query Problems | Compilations/Sec High | https://BrentOzar.com/go/compile | 15 |
@@ -29,6 +30,7 @@ If you want to change anything about a check - the priority, finding, URL, or ID
2930
| 50 | Server Performance | Page Life Expectancy Low | https://BrentOzar.com/go/ple | 10 |
3031
| 50 | Server Performance | Slow Data File Reads | https://BrentOzar.com/go/slow | 11 |
3132
| 50 | Server Performance | Slow Log File Writes | https://BrentOzar.com/go/slow | 12 |
33+
| 50 | Server Performance | Too Much Free Memory | https://BrentOzar.com/go/freememory | 34 |
3234
| 100 | In-Memory OLTP | Transactions aborted | https://BrentOzar.com/go/aborted | 32 |
3335
| 100 | Query Problems | Suboptimal Plans/Sec High | https://BrentOzar.com/go/suboptimal | 33 |
3436
| 200 | Wait Stats | (One per wait type) | https://BrentOzar.com/sql/wait-stats/#(waittype) | 6 |

Diff for: Install-All-Scripts.sql

+1,386-144
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)