Skip to content

Commit 9a96e60

Browse files
v2.7.10
1 parent f6ef754 commit 9a96e60

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ allcommands.ps1
5959
.aider*
6060
/.shadowgit.git
6161
/.claude
62+
publish.ps1

bin/dbatools-index.json

142 Bytes
Binary file not shown.

bin/diagnosticquery/SQLServerDiagnosticQueries_2025.sql

Lines changed: 10 additions & 1 deletion
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: November 3, 2025
4+
-- Last Modified: November 19, 2025
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1
@@ -62,6 +62,7 @@ SELECT @@SERVERNAME AS [Server Name], @@VERSION AS [SQL Server and OS Version In
6262
-- 17.0.800.9 CTP 2.1 6-12-2025
6363
-- 17.0.900.7 RC0 8-22-2025
6464
-- 17.0.925.4 RC1 9-16-2025
65+
-- 17.0.1000.7 RTM 11-18-2025
6566

6667

6768
-- How to determine the version, edition and update level of SQL Server and its components
@@ -164,6 +165,14 @@ ORDER BY name OPTION (RECOMPILE);
164165
-- https://bit.ly/2HsyDZI
165166

166167
-- New in SQL Server 2025 *********************************************************************************************************
168+
-- ADR cleaner lock timeout (s)
169+
-- allow server scoped db credentials
170+
-- availability group commit time (ms)
171+
-- external AI runtimes enabled
172+
-- external rest endpoint enabled
173+
-- max server tiered memory (MB)
174+
-- max UCS send boxcars
175+
-- SLOG memory quota (%)
167176

168177

169178
-- Returns a list of all global trace flags that are enabled (Query 5) (Global Trace Flags)

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.8'
14+
ModuleVersion = '2.7.10'
1515

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

0 commit comments

Comments
 (0)