Skip to content

Commit 38509b9

Browse files
committed
2025-11-22 release prep
Bumping version numbers and dates.
1 parent 9fe1611 commit 38509b9

13 files changed

+690
-321
lines changed

Install-All-Scripts.sql

Lines changed: 433 additions & 170 deletions
Large diffs are not rendered by default.

Install-Azure.sql

Lines changed: 241 additions & 137 deletions
Large diffs are not rendered by default.

SqlServerVersions.sql

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ INSERT INTO dbo.SqlServerVersions
4242
(MajorVersionNumber, MinorVersionNumber, Branch, [Url], ReleaseDate, MainstreamSupportEndDate, ExtendedSupportEndDate, MajorVersionName, MinorVersionName)
4343
VALUES
4444
/*2025*/
45-
(17, 925, 'RC1', 'https://info.microsoft.com/ww-landing-sql-server-2025.html', '2025-09-17', '2025-12-31', '2025-12-31', 'SQL Server 2025', 'Preview RC1'),
46-
(17, 900, 'RC0', 'https://info.microsoft.com/ww-landing-sql-server-2025.html', '2025-08-20', '2025-12-31', '2025-12-31', 'SQL Server 2025', 'Preview RC0'),
47-
(17, 800, 'CTP 2.1', 'https://info.microsoft.com/ww-landing-sql-server-2025.html', '2025-06-16', '2025-12-31', '2025-12-31', 'SQL Server 2025', 'Preview CTP 2.1'),
48-
(17, 700, 'CTP 2.0', 'https://info.microsoft.com/ww-landing-sql-server-2025.html', '2025-05-19', '2025-12-31', '2025-12-31', 'SQL Server 2025', 'Preview CTP 2.0'),
45+
(17, 1000, 'RTM', 'https://info.microsoft.com/ww-landing-sql-server-2025.html', '2025-11-18', '2031-01-06', '2036-01-06', 'SQL Server 2025', 'RTM'),
46+
(17, 925, 'RC1', 'https://info.microsoft.com/ww-landing-sql-server-2025.html', '2025-09-17', '2025-11-18', '2025-11-18', 'SQL Server 2025', 'Preview RC1'),
47+
(17, 900, 'RC0', 'https://info.microsoft.com/ww-landing-sql-server-2025.html', '2025-08-20', '2025-11-18', '2025-11-18', 'SQL Server 2025', 'Preview RC0'),
48+
(17, 800, 'CTP 2.1', 'https://info.microsoft.com/ww-landing-sql-server-2025.html', '2025-06-16', '2025-11-18', '2025-11-18', 'SQL Server 2025', 'Preview CTP 2.1'),
49+
(17, 700, 'CTP 2.0', 'https://info.microsoft.com/ww-landing-sql-server-2025.html', '2025-05-19', '2025-11-18', '2025-11-18', 'SQL Server 2025', 'Preview CTP 2.0'),
4950
/*2022*/
51+
(16, 4225, 'CU22', 'https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate22', '2025-11-13', '2028-01-11', '2033-01-11', 'SQL Server 2022', 'Cumulative Update 22'),
5052
(16, 4215, 'CU21', 'https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate21', '2025-09-11', '2028-01-11', '2033-01-11', 'SQL Server 2022', 'Cumulative Update 21'),
5153
(16, 4205, 'CU20', 'https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate20', '2025-07-10', '2028-01-11', '2033-01-11', 'SQL Server 2022', 'Cumulative Update 20'),
5254
(16, 4200, 'CU19 GDR', 'https://support.microsoft.com/en-us/help/5058721', '2025-07-08', '2028-01-11', '2033-01-11', 'SQL Server 2022', 'Cumulative Update 19 GDR'),

sp_Blitz.sql

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

4141

42-
SELECT @Version = '8.26', @VersionDate = '20251002';
42+
SELECT @Version = '8.27', @VersionDate = '20251122';
4343
SET @OutputType = UPPER(@OutputType);
4444

4545
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.26', @VersionDate = '20251002';
40+
SELECT @Version = '8.27', @VersionDate = '20251122';
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.26', @VersionDate = '20251002';
27+
SELECT @Version = '8.27', @VersionDate = '20251122';
2828

2929
IF(@VersionCheckMode = 1)
3030
BEGIN

sp_BlitzCache.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ SET NOCOUNT ON;
283283
SET STATISTICS XML OFF;
284284
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
285285

286-
SELECT @Version = '8.26', @VersionDate = '20251002';
286+
SELECT @Version = '8.27', @VersionDate = '20251122';
287287
SET @OutputType = UPPER(@OutputType);
288288

289289
IF(@VersionCheckMode = 1)

sp_BlitzFirst.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ SET NOCOUNT ON;
4747
SET STATISTICS XML OFF;
4848
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
4949

50-
SELECT @Version = '8.26', @VersionDate = '20251002';
50+
SELECT @Version = '8.27', @VersionDate = '20251122';
5151

5252
IF(@VersionCheckMode = 1)
5353
BEGIN

sp_BlitzIndex.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ SET NOCOUNT ON;
5050
SET STATISTICS XML OFF;
5151
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
5252

53-
SELECT @Version = '8.26', @VersionDate = '20251002';
53+
SELECT @Version = '8.27', @VersionDate = '20251122';
5454
SET @OutputType = UPPER(@OutputType);
5555

5656
IF(@VersionCheckMode = 1)

sp_BlitzLock.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ BEGIN
4242
SET XACT_ABORT OFF;
4343
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
4444

45-
SELECT @Version = '8.26', @VersionDate = '20251002';
45+
SELECT @Version = '8.27', @VersionDate = '20251122';
4646

4747
IF @VersionCheckMode = 1
4848
BEGIN

0 commit comments

Comments
 (0)