Skip to content

Commit b32aa4d

Browse files
v2.8.0
1 parent d7dbe21 commit b32aa4d

8 files changed

+493
-661
lines changed

bin/dbatools-index.json

206 KB
Binary file not shown.

bin/diagnosticquery/SQLServerDiagnosticQueries_2016SP1.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
-- SQL Server 2016 Diagnostic Information Queries
33
-- Glenn Berry
4-
-- Last Modified: March 1, 2026
4+
-- Last Modified: April 1, 2026
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1

bin/diagnosticquery/SQLServerDiagnosticQueries_2016SP2.sql

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
-- SQL Server 2016 SP2 Diagnostic Information Queries
33
-- Glenn Berry
4-
-- Last Modified: March 1, 2026
4+
-- Last Modified: April 15, 2026
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1
@@ -106,6 +106,8 @@ SELECT @@SERVERNAME AS [Server Name], @@VERSION AS [SQL Server and OS Version In
106106
-- 13.0.6465.1 SP3 + GDR 8/12/2025 https://support.microsoft.com/en-us/topic/kb5063762-description-of-the-security-update-for-sql-server-2016-sp3-gdr-august-12-2025-c7c25df6-577c-49b3-9ca9-b7e9812b9344
107107
-- 13.0.6470.1 SP3 + GDR 9/9/2025 https://support.microsoft.com/en-us/topic/kb5065226-description-of-the-security-update-for-sql-server-2016-sp3-gdr-september-9-2025-7cf66f6b-dda8-47e1-bcb2-2f4630e5c48a
108108
-- 13.0.6475.1 SP3 + GDR 11/11/2025 https://support.microsoft.com/en-us/topic/kb5068401-description-of-the-security-update-for-sql-server-2016-sp3-gdr-november-11-2025-59a59fc0-f673-45c2-b8de-492b95c0e423
109+
-- 13.0.6480.4 SP3 + GDR 3/10/2026 https://support.microsoft.com/en-us/topic/kb5077474-description-of-the-security-update-for-sql-server-2016-sp3-gdr-march-10-2026-3f455bec-1221-4962-b068-0b11bf96b66a
110+
-- 13.0.6485.1 SP3 + GDR 4/14/2026 https://support.microsoft.com/en-us/topic/kb5084821-description-of-the-security-update-for-sql-server-2016-sp3-gdr-april-14-2026-825c8bb5-cf16-4265-b2db-10ce404287de
109111

110112

111113
-- Azure Connect Pack Builds
@@ -120,6 +122,8 @@ SELECT @@SERVERNAME AS [Server Name], @@VERSION AS [SQL Server and OS Version In
120122
-- 13.0.7060.1 Azure Connect Pack + GDR 8/12/2025 https://support.microsoft.com/en-us/topic/kb5063761-description-of-the-security-update-for-sql-server-2016-sp3-azure-connect-feature-pack-august-12-2025-78088dab-76e7-4a0d-8392-9ebb3f7dfefe
121123
-- 13.0.7065.1 Azure Connect Pack + GDR 9/9/2025 https://support.microsoft.com/en-us/topic/kb5065227-description-of-the-security-update-for-sql-server-2016-sp3-azure-connect-feature-pack-september-9-2025-d8b13d39-30cc-4a82-9382-0ecf1b2ff118
122124
-- 13.0.7070.1 Azure Connect Pack + GDR 11/11/2025 https://support.microsoft.com/en-us/topic/kb5068400-description-of-the-security-update-for-sql-server-2016-sp3-azure-connect-feature-pack-november-11-2025-9ea222c4-2d64-4b8d-aaf0-2fae80392540
125+
-- 13.0.7075.5 Azure Connect Pack + GDR 3/10/2026 https://support.microsoft.com/en-us/topic/kb5077473-description-of-the-security-update-for-sql-server-2016-sp3-azure-connect-feature-pack-march-10-2026-037c7860-1e79-4844-aa0d-d6e11449bfa2
126+
-- 13.0.7080.1 Azure Connect Pack + GDR 4/14/2026 https://support.microsoft.com/en-us/topic/kb5084820-description-of-the-security-update-for-sql-server-2016-sp3-azure-connect-feature-pack-april-14-2026-bc8bf4cb-40c2-470b-9316-33faefe75916
123127

124128

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

bin/diagnosticquery/SQLServerDiagnosticQueries_2017.sql

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

22
-- SQL Server 2017 Diagnostic Information Queries
33
-- Glenn Berry
4-
-- Last Modified: March 1, 2026
4+
-- Last Modified: April 15, 2026
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1
@@ -61,15 +61,6 @@ SELECT @@SERVERNAME AS [Server Name], @@VERSION AS [SQL Server and OS Version In
6161

6262
-- SQL Server 2017 Builds
6363
-- Build Description Release Date URL to KB Article
64-
-- 14.0.1.246 CTP 1.0 11/30/2016
65-
-- 14.0.100.187 CTP 1.1 12/16/2016
66-
-- 14.0.200.24 CTP 1.2 1/19/2017
67-
-- 14.0.304.138 CTP 1.3 2/17/2017
68-
-- 14.0.405.198 CTP 1.4 3/20/2017
69-
-- 14.0.500.272 CTP 2.0 4/19/2017
70-
-- 14.0.600.250 CTP 2.1 5/17/2017
71-
-- 14.0.800.90 RC1 7/17/2017
72-
-- 14.0.900.75 RC2 8/2/2017
7364
-- 14.0.1000.169 RTM 10/2/2017
7465
-- 14.0.3006.16 CU1 10/24/2017 https://support.microsoft.com/en-us/help/4038634
7566
-- 14.0.3008.27 CU2 11/28/2017 https://support.microsoft.com/en-us/help/4052574
@@ -117,6 +108,8 @@ SELECT @@SERVERNAME AS [Server Name], @@VERSION AS [SQL Server and OS Version In
117108
-- 14.0.3500.1 CU31 + GDR 8/12/2025 https://support.microsoft.com/en-us/topic/kb5063759-description-of-the-security-update-for-sql-server-2017-cu31-august-12-2025-7f5dfab6-e32b-4af3-87fe-0e527b5729d3
118109
-- 14.0.3505.1 CU31 + GDR 9/9/2025 https://support.microsoft.com/en-us/topic/kb5065225-description-of-the-security-update-for-sql-server-2017-cu31-september-9-2025-b1addb22-3bfd-4870-b914-c020c2a3d2be
119110
-- 14.0.3515.1 CU31 + GDR 11/11/2025 https://support.microsoft.com/en-us/topic/kb5068402-description-of-the-security-update-for-sql-server-2017-cu31-november-11-2025-1be08efe-ad14-4b95-a0de-ecbbf2703114
111+
-- 14.0.3520.4 CU31 + GDR 3/10/2026 https://support.microsoft.com/en-us/topic/kb5077471-description-of-the-security-update-for-sql-server-2017-cu31-march-10-2026-f020d5eb-e356-42e8-a9ba-0ef061430b15
112+
-- 14.0.3525.1 CU31 + GDR 4/15/2026 https://support.microsoft.com/en-us/topic/kb5084818-description-of-the-security-update-for-sql-server-2017-cu31-april-14-2026-0ddfecfe-673e-4f3e-8ffd-8dfeb66f97e4
120113

121114

122115
-- SQL Server 2017 Azure Connect Pack builds

0 commit comments

Comments
 (0)