Skip to content

Commit ccb5716

Browse files
v2.7.22
1 parent 5d7116d commit ccb5716

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

bin/dbatools-buildref-index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"LastUpdated": "2026-01-16T00:00:00",
2+
"LastUpdated": "2026-01-25T00:00:00",
33
"Data": [
44
{
55
"Version": "8.0.47",

bin/diagnosticquery/SQLServerDiagnosticQueries_2022.sql

Lines changed: 3 additions & 2 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 15, 2026
4+
-- Last Modified: January 21, 2026
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1
@@ -101,7 +101,8 @@ 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 CU 23 1/15/2026 https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate23
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
105106

106107

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

bin/diagnosticquery/SQLServerDiagnosticQueries_2025.sql

Lines changed: 3 additions & 2 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 15, 2026
4+
-- Last Modified: January 21, 2026
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1
@@ -64,7 +64,8 @@ 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 CU 1 1-15-2026 https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2025/cumulativeupdate1
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
6869

6970

7071
-- 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.21'
14+
ModuleVersion = '2.7.22'
1515

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

0 commit comments

Comments
 (0)