Skip to content

Commit c2a1ca7

Browse files
committed
Merge branch 'dev'
2 parents f7cdf3f + 168eee3 commit c2a1ca7

18 files changed

+2357
-813
lines changed

Documentation/Development/_TestBed.sql

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*Blitz*/
22
EXEC sp_Blitz @CheckUserDatabaseObjects = 1, @CheckServerInfo = 1
33

4-
EXEC sp_Blitz @CheckUserDatabaseObjects = 1, @CheckServerInfo = 1, @OutputDatabaseName = 'OutputTest', @OutputSchemaName = 'dbo', @OutputTableName = 'Blitz'
4+
EXEC sp_Blitz @CheckUserDatabaseObjects = 1, @CheckServerInfo = 1, @OutputDatabaseName = 'DBAtools', @OutputSchemaName = 'dbo', @OutputTableName = 'Blitz'
55

66
EXEC sp_Blitz @CheckUserDatabaseObjects = 1, @CheckServerInfo = 1, @Debug = 1
77

@@ -20,24 +20,22 @@ EXEC sp_BlitzFirst @SinceStartup = 1
2020

2121
EXEC sp_BlitzFirst @Seconds = 5, @ExpertMode = 1, @ShowSleepingSPIDs = 1
2222

23-
/*BlitzIndex*/
24-
EXEC sp_BlitzIndex @GetAllDatabases = 1, @Mode = 4
25-
26-
EXEC sp_BlitzIndex @DatabaseName = 'StackOverflow', @Mode = 4
27-
28-
EXEC sp_BlitzIndex @DatabaseName = N'StackOverflow2010ಠ_ಠ', @Mode = 4
29-
30-
EXEC sp_BlitzIndex @DatabaseName = N'ಠ_ಠ', @Mode = 4
3123

32-
EXEC sp_BlitzIndex @DatabaseName = N'¯\_(ツ)_/¯', @Mode = 4
24+
EXEC dbo.sp_BlitzFirst @OutputDatabaseName = 'DBAtools',
25+
@OutputSchemaName = 'dbo',
26+
@OutputTableName = 'BlitzFirst',
27+
@OutputTableNameFileStats = 'BlitzFirst_FileStats',
28+
@OutputTableNamePerfmonStats = 'BlitzFirst_PerfmonStats',
29+
@OutputTableNameWaitStats = 'BlitzFirst_WaitStats',
30+
@OutputTableNameBlitzCache = 'BlitzCache',
31+
@OutputTableRetentionDays = 14;
3332

34-
EXEC sp_BlitzIndex @DatabaseName = 'StackOverflow', @Mode = 4, @SkipPartitions = 0, @SkipStatistics = 0
35-
36-
EXEC sp_BlitzIndex @DatabaseName = N'¯\_(ツ)_/¯', @Mode = 4, @SkipPartitions = 0, @SkipStatistics = 0
33+
/*BlitzIndex*/
34+
EXEC sp_BlitzIndex @GetAllDatabases = 1, @Mode = 4
3735

38-
EXEC sp_BlitzIndex @DatabaseName = N'StackOverflow2010ಠ_ಠ', @Mode = 4, @SkipPartitions = 0, @SkipStatistics = 0
36+
EXEC sp_BlitzIndex @DatabaseName = 'StackOverflow2010', @Mode = 4
3937

40-
EXEC sp_BlitzIndex @DatabaseName = N'ಠ_ಠ', @Mode = 4, @SkipPartitions = 0, @SkipStatistics = 0
38+
EXEC sp_BlitzIndex @DatabaseName = 'StackOverflow2010', @Mode = 4, @SkipPartitions = 0, @SkipStatistics = 0
4139

4240
EXEC sp_BlitzIndex @GetAllDatabases = 1, @Mode = 1
4341

@@ -53,18 +51,16 @@ EXEC sp_BlitzCache @SortOrder = 'all avg'
5351

5452
EXEC sp_BlitzCache @MinimumExecutionCount = 10
5553

56-
EXEC sp_BlitzCache @DatabaseName = N'¯\_(ツ)_/¯'
57-
58-
EXEC sp_BlitzCache @DatabaseName = N'StackOverflow2010ಠ_ಠ'
54+
EXEC sp_BlitzCache @DatabaseName = N'StackOverflow2010'
5955

60-
EXEC sp_BlitzCache @OutputDatabaseName = 'OutputTest', @OutputSchemaName = 'dbo', @OutputTableName = 'BlitzCache'
56+
EXEC sp_BlitzCache @OutputDatabaseName = 'DBAtools', @OutputSchemaName = 'dbo', @OutputTableName = 'BlitzCache'
6157

6258
EXEC sp_BlitzCache @ExpertMode = 1
6359

6460
EXEC sp_BlitzCache @ExpertMode = 2
6561

6662
/*BlitzQueryStore*/
67-
EXEC sp_BlitzQueryStore @DatabaseName = '¯\_(ツ)_/¯'
63+
EXEC sp_BlitzQueryStore @DatabaseName = 'StackOverflow2010'
6864

6965
/*BlitzBackups*/
7066
EXEC sp_BlitzBackups @HoursBack = 1000000

Documentation/sp_Blitz Checks by Priority.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Before adding a new check, make sure to add a Github issue for it first, and hav
66

77
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.
88

9-
CURRENT HIGH CHECKID: 215
10-
If you want to add a new one, start at 216
9+
CURRENT HIGH CHECKID: 216
10+
If you want to add a new one, start at 217
1111

1212
| Priority | FindingsGroup | Finding | URL | CheckID |
1313
|----------|-----------------------------|---------------------------------------------------------|------------------------------------------------------------------------|----------|
@@ -68,7 +68,8 @@ If you want to add a new one, start at 216
6868
| 50 | Reliability | Transaction Log Larger than Data File | https://www.BrentOzar.com/go/biglog | 75 |
6969
| 50 | Reliability | Default Trace File Error | https://BrentOzar.com/go/defaulttrace | 199 |
7070
| 100 | In-Memory OLTP (Hekaton) | Transaction Errors | https://www.BrentOzar.com/go/hekaton | 147 |
71-
| 100 | Features | Missing Features | https://www.BrentOzar.com/ | 189 |
71+
| 100 | Features | Missing Features (2016 SP1) | https://www.BrentOzar.com/ | 189 |
72+
| 100 | Features | Missing Features (2017 CU3) | https://www.BrentOzar.com/ | 216 |
7273
| 100 | Performance | Change Tracking Enabled | https://www.BrentOzar.com/go/tracking | 112 |
7374
| 100 | Performance | Fill Factor Changed | https://www.BrentOzar.com/go/fillfactor | 60 |
7475
| 100 | Performance | High Number of Cached Plans | https://www.BrentOzar.com/go/planlimits | 161 |

0 commit comments

Comments
 (0)