Skip to content

Commit 7fb495a

Browse files
V2.7.23
1 parent a1f25f2 commit 7fb495a

4 files changed

Lines changed: 5 additions & 7 deletions

File tree

bin/dbatools-index.json

13.5 KB
Binary file not shown.

bin/diagnosticquery/SQLServerDiagnosticQueries_2022.sql

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
-- SQL Server 2022 Diagnostic Information Queries
33
-- Glenn Berry
4-
-- Last Modified: January 21, 2026
4+
-- Last Modified: January 29, 2026
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1
@@ -101,8 +101,7 @@ SELECT @@SERVERNAME AS [Server Name], @@VERSION AS [SQL Server and OS Version In
101101
-- 16.0.4222.2 CU21 + GDR 11/11/2025 https://support.microsoft.com/en-us/topic/kb5068406-description-of-the-security-update-for-sql-server-2022-cu21-november-11-2025-7403d389-606b-4176-a1d5-b0960fb7dc50
102102
-- 16.0.4225.2 CU22 11/13/2025 https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate22
103103
-- 16.0.4230.2 CU22 + GDR 1/13/2026 https://support.microsoft.com/en-gb/topic/kb5072936-description-of-the-security-update-for-sql-server-2022-cu22-january-13-2026-c483559a-57d8-4c72-a010-5792bb668dc8
104-
-- 16.0.4235.2 CU23 1/15/2026 https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate23
105-
-- Microsoft has temporarily removed CU23 due to an issue with Database Mail
104+
-- 16.0.4236.2 CU23 1/29/2026 https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate23
106105

107106

108107
-- What's new in SQL Server 2022 (16.x)

bin/diagnosticquery/SQLServerDiagnosticQueries_2025.sql

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
-- SQL Server 2025 Diagnostic Information Queries
33
-- Glenn Berry
4-
-- Last Modified: January 21, 2026
4+
-- Last Modified: January 29, 2026
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1
@@ -64,8 +64,7 @@ SELECT @@SERVERNAME AS [Server Name], @@VERSION AS [SQL Server and OS Version In
6464
-- 17.0.925.4 RC1 9-16-2025
6565
-- 17.0.1000.7 RTM 11-18-2025
6666
-- 17.0.1050.2 RTM + GDR 1-13-2026 https://support.microsoft.com/en-us/topic/kb5073177-description-of-the-security-update-for-sql-server-2025-gdr-january-13-2026-b1f8569f-b2e2-479e-84a4-96e1a9076b77
67-
-- 17.0.4005.7 CU1 1-15-2026 https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2025/cumulativeupdate1
68-
-- Microsoft has temporarily removed CU1 due to an issue with Database Mail
67+
-- 17.0.4006.2 CU1 1-29-2026 https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2025/cumulativeupdate1
6968

7069

7170
-- How to determine the version, edition and update level of SQL Server and its components

dbatools.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
RootModule = 'dbatools.psm1'
1212

1313
# Version number of this module.
14-
ModuleVersion = '2.7.22'
14+
ModuleVersion = '2.7.23'
1515

1616
# ID used to uniquely identify this module
1717
GUID = '9d139310-ce45-41ce-8e8b-d76335aa1789'

0 commit comments

Comments
 (0)