Skip to content

Commit a5e2fc0

Browse files
v2.7.8
1 parent 9b38969 commit a5e2fc0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bin/diagnosticquery/SQLServerDiagnosticQueries_2019.sql

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

22
-- SQL Server 2019 Diagnostic Information Queries
33
-- Glenn Berry
4-
-- Last Modified: November 11, 2025
4+
-- Last Modified: November 13, 2025
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1
@@ -115,7 +115,8 @@ SELECT @@SERVERNAME AS [Server Name], @@VERSION AS [SQL Server and OS Version In
115115
-- 15.0.4430.1 CU32 2/27/2025 https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2019/cumulativeupdate32
116116
-- 15.0.4435.7 CU32 + GDR 7/8/2025 https://support.microsoft.com/en-us/topic/kb5058722-description-of-the-security-update-for-sql-server-2019-cu32-july-8-2025-09dc5da9-3a60-4462-a8ac-a8e782d088d5
117117
-- 15.0.4440.1 CU32 + GDR 8/12/2025 https://support.microsoft.com/en-us/topic/kb5063757-description-of-the-security-update-for-sql-server-2019-cu32-august-12-2025-d4df46ef-6b1e-4a6c-aa8c-914d25f74345
118-
-- 15.0.4445.1 CU32 + GDR 9/9/2025 https://support.microsoft.com/en-us/topic/kb5065222-description-of-the-security-update-for-sql-server-2019-cu32-september-9-2025-152ac456-cb04-4b88-8177-a77fe24ac80d
118+
-- 15.0.4445.1 CU32 + GDR 9/9/2025 https://support.microsoft.com/en-us/topic/kb5065222-description-of-the-security-update-for-sql-server-2019-cu32-september-9-2025-152ac456-cb04-4b88-8177-a77fe24ac80d
119+
-- 15.0.4455.2 CU32 + GDR 11/11/2025 https://support.microsoft.com/en-us/topic/kb5068404-description-of-the-security-update-for-sql-server-2019-cu32-november-11-2025-c203bfbf-036e-46d2-bc10-6c01200dc48a
119120

120121

121122
-- 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.7'
14+
ModuleVersion = '2.7.8'
1515

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

0 commit comments

Comments
 (0)