Skip to content

Commit c772b9e

Browse files
committed
Pre-FRK release extravaganza
Bumping version numbers, etc.
1 parent 8a98a3c commit c772b9e

16 files changed

+5374
-1487
lines changed

Diff for: Documentation/Development/_TestBed.sql

+5-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ EXEC sp_BlitzIndex @GetAllDatabases = 1, @Mode = 3
3333

3434

3535
/*BlitzCache*/
36-
EXEC sp_BlitzCache @SortOrder = 'all'
36+
EXEC sp_BlitzCache @SortOrder = 'all', @Debug = 1
3737

3838
EXEC sp_BlitzCache @SortOrder = 'all avg'
3939

@@ -45,4 +45,7 @@ EXEC sp_BlitzCache @OutputDatabaseName = 'ChangeMe', @OutputSchemaName = 'dbo',
4545
EXEC sp_BlitzBackups @HoursBack = 1000000
4646

4747
/*sp_AllNightLog_Setup*/
48-
EXEC master.dbo.sp_AllNightLog_Setup @RPOSeconds = 30, @RTOSeconds = 30, @BackupPath = 'D:\Backup', @RestorePath = 'D:\Backup', @RunSetup = 1
48+
EXEC sp_AllNightLog_Setup @RPOSeconds = 30, @RTOSeconds = 30, @BackupPath = 'D:\Backup', @RestorePath = 'D:\Backup', @RunSetup = 1
49+
50+
/*sp_BlitzLock*/
51+
EXEC sp_BlitzLock @Debug = 1

0 commit comments

Comments
 (0)