Skip to content

Commit 92ac324

Browse files
update version
1 parent bf5c6c4 commit 92ac324

4 files changed

+5
-4
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d0199a6fde4578b94279354955a3c24576545596
1+
a647a8747c17305352e7215dd17ad62c6240242d

bin/diagnosticquery/SQLServerDiagnosticQueries_2017.sql

+2-1
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: September 6, 2022
4+
-- Last Modified: September 20, 2022
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1
@@ -103,6 +103,7 @@ SELECT @@SERVERNAME AS [Server Name], @@VERSION AS [SQL Server and OS Version In
103103
-- 14.0.3436.1 CU29 3/30/2022 https://support.microsoft.com/en-us/topic/kb5010786-cumulative-update-29-for-sql-server-2017-8b3b4122-ed46-4d33-9d80-256c513ae42e
104104
-- 14.0.3445.2 CU29 + Security Update 6/14/2022 https://support.microsoft.com/en-us/topic/kb5014553-description-of-the-security-update-for-sql-server-2017-cu29-june-14-2022-024a90f1-1173-4ade-9c18-816ee7150458
105105
-- 14.0 3451.2 CU30 7/14/2022 https://support.microsoft.com/en-us/topic/kb5013756-cumulative-update-30-for-sql-server-2017-274943fa-8dde-4844-90ed-d3b587fa0c7c
106+
-- 14.0.3456.2 CU31 9/20/2022 https://support.microsoft.com/en-us/topic/kb5016884-cumulative-update-31-for-sql-server-2017-6aa612d0-c97e-4c54-a41f-37f53777ba4c
106107

107108

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

dbatools.psd1

+1-1
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 = '1.1.133'
14+
ModuleVersion = '1.1.134'
1515

1616
# ID used to uniquely identify this module
1717
GUID = '9d139310-ce45-41ce-8e8b-d76335aa1789'
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bf749e0342601d3230466a12232cb8aa7f3ff5e0
1+
9b56858a20c933c4699bfc99b0946d2d8f4ca643

0 commit comments

Comments
 (0)