Skip to content

Commit 920fe54

Browse files
v2.7.25
1 parent b0403f5 commit 920fe54

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

bin/dbatools-index.json

8.2 KB
Binary file not shown.

bin/diagnosticquery/SQLServerDiagnosticQueries_2025.sql

Lines changed: 2 additions & 4 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: February 2, 2026
4+
-- Last Modified: February 13, 2026
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1
@@ -65,6 +65,7 @@ SELECT @@SERVERNAME AS [Server Name], @@VERSION AS [SQL Server and OS Version In
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
6767
-- 17.0.4006.2 CU1 1-29-2026 https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2025/cumulativeupdate1
68+
-- 17.0.4015.4 CU2 2-12-2026 https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2025/cumulativeupdate2
6869

6970

7071
-- How to determine the version, edition and update level of SQL Server and its components
@@ -188,9 +189,6 @@ DBCC TRACESTATUS (-1);
188189
-- TF 3226 - Suppresses logging of successful database backup messages to the SQL Server Error Log
189190
-- https://bit.ly/38zDNAK
190191

191-
-- TF 6534 - Enables use of native code to improve performance with spatial data. This is a startup trace flag only
192-
-- https://bit.ly/2HrQUpU
193-
194192
-- TF 7745 - Prevents Query Store data from being written to disk in case of a failover or shutdown command
195193
-- https://bit.ly/2GU69Km
196194

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.24'
14+
ModuleVersion = '2.7.25'
1515

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

0 commit comments

Comments
 (0)