Skip to content

Commit 71920cb

Browse files
2.1.8
1 parent be3976d commit 71920cb

11 files changed

+12
-11
lines changed

bin/dbatools-index.json

56 Bytes
Binary file not shown.

bin/diagnosticquery/SQLServerDiagnosticQueries_2012.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
-- SQL Server 2012 Diagnostic Information Queries
33
-- Glenn Berry
4-
-- Last Modified: January 3, 2024
4+
-- Last Modified: February 7, 2024
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1

bin/diagnosticquery/SQLServerDiagnosticQueries_2014.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
-- SQL Server 2014 Diagnostic Information Queries
33
-- Glenn Berry
4-
-- Last Modified: January 3, 2024
4+
-- Last Modified: February 7, 2024
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1

bin/diagnosticquery/SQLServerDiagnosticQueries_2016.sql

+1-1
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: January 3, 2024
4+
-- Last Modified: February 7, 2024
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1

bin/diagnosticquery/SQLServerDiagnosticQueries_2016SP2.sql

+1-1
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: January 3, 2024
4+
-- Last Modified: February 7, 2024
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1

bin/diagnosticquery/SQLServerDiagnosticQueries_2017.sql

+1-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: January 3, 2024
4+
-- Last Modified: February 7, 2024
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1

bin/diagnosticquery/SQLServerDiagnosticQueries_2019.sql

+2-1
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: January 3, 2024
4+
-- Last Modified: February 15, 2024
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1
@@ -98,6 +98,7 @@ SELECT @@SERVERNAME AS [Server Name], @@VERSION AS [SQL Server and OS Version In
9898
-- 15.0.4326.1 CU22 + GDR 10/10/2023 https://support.microsoft.com/en-us/topic/kb5029378-description-of-the-security-update-for-sql-server-2019-cu22-october-10-2023-f4b5c5fb-b4cd-4599-8e5b-2a54dab85a33
9999
-- 15.0.4335.1 CU23 10/12/2023 https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2019/cumulativeupdate23
100100
-- 15.0.4345.5 CU24 12/14/2023 https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2019/cumulativeupdate24
101+
-- 15.0.4355.3 CU25 2/15/2024 https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2019/cumulativeupdate25
101102

102103
-- How to determine the version, edition and update level of SQL Server and its components
103104
-- https://bit.ly/2oAjKgW

bin/diagnosticquery/SQLServerDiagnosticQueries_2022.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
-- SQL Server 2022 Diagnostic Information Queries
33
-- Glenn Berry
4-
-- Last Modified: January 11, 2024
4+
-- Last Modified: February 7, 2024
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1

bin/diagnosticquery/SQLServerDiagnosticQueries_AzureSQLDatabase.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
-- Azure SQL Database Diagnostic Information Queries
33
-- Glenn Berry
4-
-- Last Modified: January 3, 2024
4+
-- Last Modified: February 7, 2024
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1

bin/diagnosticquery/SQLServerDiagnosticQueries_SQLManagedInstance.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
-- SQL Managed Instance Diagnostic Information Queries
33
-- Glenn Berry
4-
-- Last Modified: January 3, 2024
4+
-- Last Modified: February 7, 2024
55
-- https://glennsqlperformance.com/
66
-- https://sqlserverperformance.wordpress.com/
77
-- YouTube: https://bit.ly/2PkoAM1

dbatools.psd1

+2-2
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.1.7'
14+
ModuleVersion = '2.1.8'
1515

1616
# ID used to uniquely identify this module
1717
GUID = '9d139310-ce45-41ce-8e8b-d76335aa1789'
@@ -23,7 +23,7 @@
2323
CompanyName = 'dbatools.io'
2424

2525
# Copyright statement for this module
26-
Copyright = 'Copyright (c) 2023 by dbatools, licensed under MIT'
26+
Copyright = 'Copyright (c) 2024 by dbatools, licensed under MIT'
2727

2828
# Description of the functionality provided by this module
2929
Description = "The community module that enables SQL Server Pros to automate database development and server administration"

0 commit comments

Comments
 (0)