Skip to content

Commit da110dc

Browse files
Merge branch 'BrentOzarULTD:dev' into dev
2 parents 37e7177 + a438f04 commit da110dc

18 files changed

Lines changed: 2385 additions & 1138 deletions

Install-All-Scripts.sql

Lines changed: 682 additions & 294 deletions
Large diffs are not rendered by default.

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

Lines changed: 384 additions & 262 deletions
Large diffs are not rendered by default.

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

Lines changed: 636 additions & 265 deletions
Large diffs are not rendered by default.

SqlServerVersions.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ DELETE FROM dbo.SqlServerVersions;
4141
INSERT INTO dbo.SqlServerVersions
4242
(MajorVersionNumber, MinorVersionNumber, Branch, [Url], ReleaseDate, MainstreamSupportEndDate, ExtendedSupportEndDate, MajorVersionName, MinorVersionName)
4343
VALUES
44+
(16, 4095, 'CU10', 'https://support.microsoft.com/en-us/help/5031778', '2023-11-16', '2028-01-11', '2033-01-11', 'SQL Server 2022', 'Cumulative Update 10'),
4445
(16, 4085, 'CU9', 'https://support.microsoft.com/en-us/help/5030731', '2023-10-12', '2028-01-11', '2033-01-11', 'SQL Server 2022', 'Cumulative Update 9'),
4546
(16, 4075, 'CU8', 'https://support.microsoft.com/en-us/help/5029666', '2023-09-14', '2028-01-11', '2033-01-11', 'SQL Server 2022', 'Cumulative Update 8'),
4647
(16, 4065, 'CU7', 'https://support.microsoft.com/en-us/help/5028743', '2023-08-10', '2028-01-11', '2033-01-11', 'SQL Server 2022', 'Cumulative Update 7'),
@@ -52,6 +53,7 @@ VALUES
5253
(16, 4003, 'CU1', 'https://support.microsoft.com/en-us/help/5022375', '2023-02-16', '2028-01-11', '2033-01-11', 'SQL Server 2022', 'Cumulative Update 1'),
5354
(16, 1050, 'RTM GDR', 'https://support.microsoft.com/kb/5021522', '2023-02-14', '2028-01-11', '2033-01-11', 'SQL Server 2022 GDR', 'RTM'),
5455
(16, 1000, 'RTM', '', '2022-11-15', '2028-01-11', '2033-01-11', 'SQL Server 2022', 'RTM'),
56+
(15, 4345, 'CU24', 'https://support.microsoft.com/kb/5031908', '2023-12-14', '2025-01-07', '2030-01-08', 'SQL Server 2019', 'Cumulative Update 24'),
5557
(15, 4335, 'CU23', 'https://support.microsoft.com/kb/5030333', '2023-10-12', '2025-01-07', '2030-01-08', 'SQL Server 2019', 'Cumulative Update 23'),
5658
(15, 4322, 'CU22', 'https://support.microsoft.com/kb/5027702', '2023-08-14', '2025-01-07', '2030-01-08', 'SQL Server 2019', 'Cumulative Update 22'),
5759
(15, 4316, 'CU21', 'https://support.microsoft.com/kb/5025808', '2023-06-15', '2025-01-07', '2030-01-08', 'SQL Server 2019', 'Cumulative Update 21'),

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.17', @VersionDate = '20231010';
34+
SELECT @Version = '8.18', @VersionDate = '20231222';
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.17', @VersionDate = '20231010';
41+
SELECT @Version = '8.18', @VersionDate = '20231222';
4242

4343
IF(@VersionCheckMode = 1)
4444
BEGIN

sp_Blitz.sql

Lines changed: 270 additions & 198 deletions
Large diffs are not rendered by default.

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.17', @VersionDate = '20231010';
40+
SELECT @Version = '8.18', @VersionDate = '20231222';
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.17', @VersionDate = '20231010';
27+
SELECT @Version = '8.18', @VersionDate = '20231222';
2828

2929
IF(@VersionCheckMode = 1)
3030
BEGIN

sp_BlitzCache.sql

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ SET NOCOUNT ON;
281281
SET STATISTICS XML OFF;
282282
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
283283

284-
SELECT @Version = '8.17', @VersionDate = '20231010';
284+
SELECT @Version = '8.18', @VersionDate = '20231222';
285285
SET @OutputType = UPPER(@OutputType);
286286

287287
IF(@VersionCheckMode = 1)
@@ -7338,16 +7338,16 @@ END ';
73387338

73397339
IF @Debug = 1
73407340
BEGIN
7341-
PRINT SUBSTRING(@StringToExecute, 0, 4000);
7342-
PRINT SUBSTRING(@StringToExecute, 4000, 8000);
7343-
PRINT SUBSTRING(@StringToExecute, 8000, 12000);
7344-
PRINT SUBSTRING(@StringToExecute, 12000, 16000);
7345-
PRINT SUBSTRING(@StringToExecute, 16000, 20000);
7346-
PRINT SUBSTRING(@StringToExecute, 20000, 24000);
7347-
PRINT SUBSTRING(@StringToExecute, 24000, 28000);
7348-
PRINT SUBSTRING(@StringToExecute, 28000, 32000);
7349-
PRINT SUBSTRING(@StringToExecute, 32000, 36000);
7350-
PRINT SUBSTRING(@StringToExecute, 36000, 40000);
7341+
PRINT SUBSTRING(@StringToExecute, 1, 4000);
7342+
PRINT SUBSTRING(@StringToExecute, 4001, 4000);
7343+
PRINT SUBSTRING(@StringToExecute, 8001, 4000);
7344+
PRINT SUBSTRING(@StringToExecute, 12001, 4000);
7345+
PRINT SUBSTRING(@StringToExecute, 16001, 4000);
7346+
PRINT SUBSTRING(@StringToExecute, 20001, 4000);
7347+
PRINT SUBSTRING(@StringToExecute, 24001, 4000);
7348+
PRINT SUBSTRING(@StringToExecute, 28001, 4000);
7349+
PRINT SUBSTRING(@StringToExecute, 32001, 4000);
7350+
PRINT SUBSTRING(@StringToExecute, 36001, 4000);
73517351
END;
73527352

73537353
EXEC sp_executesql @StringToExecute, N'@Top INT, @min_duration INT, @min_back INT, @CheckDateOverride DATETIMEOFFSET, @MinimumExecutionCount INT', @Top, @DurationFilter_i, @MinutesBack, @CheckDateOverride, @MinimumExecutionCount;

0 commit comments

Comments
 (0)