From afc6cd297765493ce5edc2f4bb250bec12895cf1 Mon Sep 17 00:00:00 2001 From: Chrissy LeMaire Date: Wed, 22 May 2024 22:01:19 +0200 Subject: [PATCH] 2.1.16 --- bin/dbatools-index.json | Bin 8886016 -> 8886074 bytes .../SQLServerDiagnosticQueries_2022.sql | 4 +++- dbatools.psd1 | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/dbatools-index.json b/bin/dbatools-index.json index fa075fd97b6ab3346dfb0b80c98aa32c6bc02d7e..d78d3793544a3c7d4b04c581627548306e9163bd 100644 GIT binary patch delta 473 zcmWN=Ni*940LJ0JqOCTfwY2uVwgx3lszJmSqNQ3}?X-flvB$22zVzbekXwh7o2eNy zW*i+&zK5Bfd<4H|<_Vttjk;n`5qh9VMJZYj^+=BuqbGVQlVW97oSx~q;+3F8CFzA; zDp@H?RhrV3p-g2dTRF;Ap7Qld1u9gLidCZ5vZz#LD%TrTs8UwFl}&cNQGAKA_heqtv-^9#G!%^vo$k6+o(0SF=BQPLKZtBmWa1jtc~dCxMHENF<45E|J1zu5gu9u93!d(#ar`EV9WVmpt;h!A)*) zn*s_c;ts{!rG!$-DCZs(+^3QUR8dV052>Y&dK!2{BTY2ZLhDJ}ax5A?5B&}N4xhET z-H+YjPCxNece&d=?)5W2_Y1#tpI^D(10M8{UwhbZ{MI9W=TVP&+!KE9Nq_K1fAW;4 zJ>$>*;;;VZ@BZOg&w1Vp4tvo{{^@0}c-3qE<#lg((_7y5j&~jLp7(uVd>9R%9mQh* E09KXFVgLXD diff --git a/bin/diagnosticquery/SQLServerDiagnosticQueries_2022.sql b/bin/diagnosticquery/SQLServerDiagnosticQueries_2022.sql index b73f294600..d2397de12f 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 2, 2024 +-- Last Modified: May 17, 2024 -- https://glennsqlperformance.com/ -- https://sqlserverperformance.wordpress.com/ -- YouTube: https://bit.ly/2PkoAM1 @@ -79,6 +79,7 @@ SELECT @@SERVERNAME AS [Server Name], @@VERSION AS [SQL Server and OS Version In -- 16.0.4105.2 CU11 1/11/2024 https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate11 -- 16.0.4115.5 CU12 3/14/2024 https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate12 -- 16.0.4120.1 CU12 + GDR 4/9/2024 https://support.microsoft.com/en-us/topic/kb5036343-description-of-the-security-update-for-sql-server-2022-cu12-april-9-2024-e11a0715-435f-42be-89ff-4b3d8f9734fc +-- 16.0.4125.3 CU13 5/16/2024 https://learn.microsoft.com/en-us/troubleshoot/sql/releases/sqlserver-2022/cumulativeupdate13 -- What's new in SQL Server 2022 (16.x) -- https://bit.ly/3MJEjR1 @@ -195,6 +196,7 @@ ORDER BY name OPTION (RECOMPILE); -- Data processed monthly limit in TB SQL On-demand data processed monthly limit in TB -- Data processed weekly limit in TB SQL On-demand data processed weekly limit in TB -- hardware offload config Offload processing to specialized hardware +-- max RPC request params (KB) Maximum memory for RPC request parameters (kBytes) (added in CU13) -- openrowset auto_create_statistics Enable or disable auto create statistics for openrowset sources. -- suppress recovery model errors Return warning instead of error for unsupported ALTER DATABASE SET RECOVERY command diff --git a/dbatools.psd1 b/dbatools.psd1 index 998f59aac6..b77e63d024 100644 --- a/dbatools.psd1 +++ b/dbatools.psd1 @@ -11,7 +11,7 @@ RootModule = 'dbatools.psm1' # Version number of this module. - ModuleVersion = '2.1.15' + ModuleVersion = '2.1.16' # ID used to uniquely identify this module GUID = '9d139310-ce45-41ce-8e8b-d76335aa1789'