Skip to content

Commit 221b99c

Browse files
authored
Merge pull request #3055 from BrentOzarULTD/20220108_release_dates
2022-01 Release
2 parents 4fb4590 + 4fc196f commit 221b99c

18 files changed

+651
-155
lines changed

Install-All-Scripts.sql

100755100644
Lines changed: 285 additions & 69 deletions
Large diffs are not rendered by default.

Install-Core-Blitz-No-Query-Store.sql

100755100644
Lines changed: 174 additions & 34 deletions
Large diffs are not rendered by default.

Install-Core-Blitz-With-Query-Store.sql

100755100644
Lines changed: 175 additions & 35 deletions
Large diffs are not rendered by default.

LICENSE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ MIT License
33
Copyright for portions of sp_Blitz are held by Microsoft as part of project
44
tigertoolbox and are provided under the MIT license:
55
https://github.com/Microsoft/tigertoolbox
6-
All other copyrights for sp_Blitz are held by Brent Ozar Unlimited, 2021 as
6+
All other copyrights for sp_Blitz are held by Brent Ozar Unlimited, 2022 as
77
described below.
88

99
Copyright for portions of DatabaseRestore are held by GregWhiteDBA as part
1010
of project MSSQLAutoRestore and are provided under the MIT license:
1111
https://github.com/GregWhiteDBA/MSSQLAutoRestore
12-
All other copyrights for DatabaseRestore are held by Brent Ozar Unlimited, 2021
12+
All other copyrights for DatabaseRestore are held by Brent Ozar Unlimited, 2022
1313
as described below.
1414

1515
Copyright for sp_BlitzInMemoryOLTP are held by Ned Otter and Konstantin
@@ -21,7 +21,7 @@ project SqlServerVersionScript and are provided under the MIT license:
2121
https://github.com/jadarnel27/SqlServerVersionScript
2222

2323

24-
Copyright (c) 2021 Brent Ozar Unlimited
24+
Copyright (c) 2022 Brent Ozar Unlimited
2525

2626
Permission is hereby granted, free of charge, to any person obtaining a copy
2727
of this software and associated documentation files (the "Software"), to deal

sp_AllNightLog.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ SET STATISTICS XML OFF;
3131
BEGIN;
3232

3333

34-
SELECT @Version = '8.07', @VersionDate = '20211106';
34+
SELECT @Version = '8.08', @VersionDate = '20220108';
3535

3636
IF(@VersionCheckMode = 1)
3737
BEGIN

sp_AllNightLog_Setup.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ SET STATISTICS XML OFF;
3838

3939
BEGIN;
4040

41-
SELECT @Version = '8.07', @VersionDate = '20211106';
41+
SELECT @Version = '8.08', @VersionDate = '20220108';
4242

4343
IF(@VersionCheckMode = 1)
4444
BEGIN

sp_Blitz.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ AS
3838
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
3939

4040

41-
SELECT @Version = '8.07', @VersionDate = '20211106';
41+
SELECT @Version = '8.08', @VersionDate = '20220108';
4242
SET @OutputType = UPPER(@OutputType);
4343

4444
IF(@VersionCheckMode = 1)

sp_BlitzAnalysis.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ AS
3737
SET NOCOUNT ON;
3838
SET STATISTICS XML OFF;
3939

40-
SELECT @Version = '8.07', @VersionDate = '20211106';
40+
SELECT @Version = '8.08', @VersionDate = '20220108';
4141

4242
IF(@VersionCheckMode = 1)
4343
BEGIN

sp_BlitzBackups.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ AS
2424
SET STATISTICS XML OFF;
2525
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
2626

27-
SELECT @Version = '8.07', @VersionDate = '20211106';
27+
SELECT @Version = '8.08', @VersionDate = '20220108';
2828

2929
IF(@VersionCheckMode = 1)
3030
BEGIN

sp_BlitzCache.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ SET NOCOUNT ON;
280280
SET STATISTICS XML OFF;
281281
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
282282

283-
SELECT @Version = '8.07', @VersionDate = '20211106';
283+
SELECT @Version = '8.08', @VersionDate = '20220108';
284284
SET @OutputType = UPPER(@OutputType);
285285

286286
IF(@VersionCheckMode = 1)

0 commit comments

Comments
 (0)