From 324dd35759295a87642d4478a31145a6603489e7 Mon Sep 17 00:00:00 2001 From: Chrissy LeMaire Date: Fri, 7 Jun 2024 11:13:27 +0200 Subject: [PATCH] 2.1.17 --- bin/dbatools-index.json | Bin 8886074 -> 8887024 bytes .../SQLServerDiagnosticQueries_2012.sql | 2 +- .../SQLServerDiagnosticQueries_2014.sql | 2 +- .../SQLServerDiagnosticQueries_2016.sql | 2 +- .../SQLServerDiagnosticQueries_2016SP2.sql | 2 +- .../SQLServerDiagnosticQueries_2017.sql | 2 +- .../SQLServerDiagnosticQueries_2019.sql | 2 +- .../SQLServerDiagnosticQueries_2022.sql | 2 +- dbatools.psd1 | 2 +- 9 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bin/dbatools-index.json b/bin/dbatools-index.json index d78d3793544a3c7d4b04c581627548306e9163bd..ab6987c2f299415524d1ddd703a4ca50b4f1a401 100644 GIT binary patch delta 693 zcmZw9IZRUl9LMoTTS}=4wFf+;Kvk?zK}x;wdasBm)>bQCMLbYJ@uG?%SW&9}kd4G6 z`5S{IZiW~W6ZH`XgAQ)!=EMLCu3bSi{zeCf&-nd*d^2jvydSlskp&aXupk>&^U@hXYIDgbQwXP=G?HD8e!n!;2D>q6|JP#|o@OIaa}s)u=!v0$778RAVh_ z5JW9PScmo4fQ{IMI&8)kY{fQgf2TzkWZb2fiho`!kW6dXCh=LVLcW%}+!FBUPNU$r zre=vP$Lh!qDnX@I9?e;5#J`~VbL*9q(xY@M9a1u{mHn?4)?V?2Ja!rX)b5txT-+&b z9yKDFFTR9K{L=c3_#f?=`p@gLsu#<*In6G^h5CpjRJ~cIR9zj47U>kGdfGt^w38ZX z7wx7d+CvfAYeb8pW0T^OR7mQi59O7`4)IIzcDt6t&T5IzwlvojT|oou^K^Ko{u}U8XD4 uMM=6!*QlGW(+%pOo778vbc<4SoBHVv-K7Ca(>=OR4+u19IA$IOKKun8r4hpb delta 700 zcmZwCJ4{ny6bJARsfe{|t)<)w3f5Oetbh-+)?QExQhVD9Rq_Zi*QG@+BfP*-MS{%j^xN#I79GmtAvhr(@>XzMEuT6UXdW~|{s@A=H zqgLtjS+9~O=R#)FOock7N`1UFHs zQPINNNiirAqsw-c>ZqQM(+N6BK5C#wIz>(7r_=hfJ@Da+ocru^$cbu$S^xGa&Q}*& z%L?>@pMka?uOcS@*iw0+{_(9Zov)`|+PqPwv!xc@w4eZbup(jeWTyL69+=srE5VR}f9=rN_}360QG0zK1Xi_b@<{{fMg BDs}(> diff --git a/bin/diagnosticquery/SQLServerDiagnosticQueries_2012.sql b/bin/diagnosticquery/SQLServerDiagnosticQueries_2012.sql index 8e87e2c58b..dc8d0ce1b7 100644 --- a/bin/diagnosticquery/SQLServerDiagnosticQueries_2012.sql +++ b/bin/diagnosticquery/SQLServerDiagnosticQueries_2012.sql @@ -1,7 +1,7 @@ -- SQL Server 2012 Diagnostic Information Queries -- Glenn Berry --- Last Modified: May 2, 2024 +-- Last Modified: June 3, 2024 -- https://glennsqlperformance.com/ -- https://sqlserverperformance.wordpress.com/ -- YouTube: https://bit.ly/2PkoAM1 diff --git a/bin/diagnosticquery/SQLServerDiagnosticQueries_2014.sql b/bin/diagnosticquery/SQLServerDiagnosticQueries_2014.sql index 36f5960379..72c237e65f 100644 --- a/bin/diagnosticquery/SQLServerDiagnosticQueries_2014.sql +++ b/bin/diagnosticquery/SQLServerDiagnosticQueries_2014.sql @@ -1,7 +1,7 @@ -- SQL Server 2014 Diagnostic Information Queries -- Glenn Berry --- Last Modified: May 2, 2024 +-- Last Modified: June 3, 2024 -- https://glennsqlperformance.com/ -- https://sqlserverperformance.wordpress.com/ -- YouTube: https://bit.ly/2PkoAM1 diff --git a/bin/diagnosticquery/SQLServerDiagnosticQueries_2016.sql b/bin/diagnosticquery/SQLServerDiagnosticQueries_2016.sql index 445be6a9ac..fb8e02dc53 100644 --- a/bin/diagnosticquery/SQLServerDiagnosticQueries_2016.sql +++ b/bin/diagnosticquery/SQLServerDiagnosticQueries_2016.sql @@ -1,7 +1,7 @@ -- SQL Server 2016 Diagnostic Information Queries -- Glenn Berry --- Last Modified: May 2, 2024 +-- Last Modified: June 3, 2024 -- https://glennsqlperformance.com/ -- https://sqlserverperformance.wordpress.com/ -- YouTube: https://bit.ly/2PkoAM1 diff --git a/bin/diagnosticquery/SQLServerDiagnosticQueries_2016SP2.sql b/bin/diagnosticquery/SQLServerDiagnosticQueries_2016SP2.sql index 639d7ad2d8..7232846b1e 100644 --- a/bin/diagnosticquery/SQLServerDiagnosticQueries_2016SP2.sql +++ b/bin/diagnosticquery/SQLServerDiagnosticQueries_2016SP2.sql @@ -1,7 +1,7 @@ -- SQL Server 2016 SP2 Diagnostic Information Queries -- Glenn Berry --- Last Modified: May 2, 2024 +-- Last Modified: June 3, 2024 -- https://glennsqlperformance.com/ -- https://sqlserverperformance.wordpress.com/ -- YouTube: https://bit.ly/2PkoAM1 diff --git a/bin/diagnosticquery/SQLServerDiagnosticQueries_2017.sql b/bin/diagnosticquery/SQLServerDiagnosticQueries_2017.sql index 90c9e603c3..23d11e79de 100644 --- a/bin/diagnosticquery/SQLServerDiagnosticQueries_2017.sql +++ b/bin/diagnosticquery/SQLServerDiagnosticQueries_2017.sql @@ -1,7 +1,7 @@ -- SQL Server 2017 Diagnostic Information Queries -- Glenn Berry --- Last Modified: May 2, 2024 +-- Last Modified: June 3, 2024 -- https://glennsqlperformance.com/ -- https://sqlserverperformance.wordpress.com/ -- YouTube: https://bit.ly/2PkoAM1 diff --git a/bin/diagnosticquery/SQLServerDiagnosticQueries_2019.sql b/bin/diagnosticquery/SQLServerDiagnosticQueries_2019.sql index f51d37b2d8..c0f55ce5f2 100644 --- a/bin/diagnosticquery/SQLServerDiagnosticQueries_2019.sql +++ b/bin/diagnosticquery/SQLServerDiagnosticQueries_2019.sql @@ -1,7 +1,7 @@ -- SQL Server 2019 Diagnostic Information Queries -- Glenn Berry --- Last Modified: May 2, 2024 +-- Last Modified: June 3, 2024 -- https://glennsqlperformance.com/ -- https://sqlserverperformance.wordpress.com/ -- YouTube: https://bit.ly/2PkoAM1 diff --git a/bin/diagnosticquery/SQLServerDiagnosticQueries_2022.sql b/bin/diagnosticquery/SQLServerDiagnosticQueries_2022.sql index d2397de12f..4336b70506 100644 --- a/bin/diagnosticquery/SQLServerDiagnosticQueries_2022.sql +++ b/bin/diagnosticquery/SQLServerDiagnosticQueries_2022.sql @@ -1,7 +1,7 @@ -- SQL Server 2022 Diagnostic Information Queries -- Glenn Berry --- Last Modified: May 17, 2024 +-- Last Modified: June 3, 2024 -- https://glennsqlperformance.com/ -- https://sqlserverperformance.wordpress.com/ -- YouTube: https://bit.ly/2PkoAM1 diff --git a/dbatools.psd1 b/dbatools.psd1 index b77e63d024..a8999f1027 100644 --- a/dbatools.psd1 +++ b/dbatools.psd1 @@ -11,7 +11,7 @@ RootModule = 'dbatools.psm1' # Version number of this module. - ModuleVersion = '2.1.16' + ModuleVersion = '2.1.17' # ID used to uniquely identify this module GUID = '9d139310-ce45-41ce-8e8b-d76335aa1789'