Skip to content

Commit 80eb4b5

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/sql-docs-pr (branch live)
2 parents 2a75fd4 + 38b2c98 commit 80eb4b5

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.github/workflows/signoff-review.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -646,6 +646,8 @@ jobs:
646646
# If so, always return success. If not, always keep at pending until approved.
647647
if ($ApprovedLabelSet)
648648
{
649+
$ActionableComment = $True
650+
649651
Write-Host "Content team already approved. Returning success."
650652
$Status.state = "success"
651653
$Status.description = $ContentApprovalMessage

docs/database-engine/availability-groups/windows/contained-availability-groups-overview.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: An overview of the contained availability group feature of Always O
44
author: MashaMSFT
55
ms.author: mathoma
66
ms.reviewer: mathoma, randolphwest
7-
ms.date: 01/19/2024
7+
ms.date: 03/16/2025
88
ms.service: sql
99
ms.subservice: high-availability
1010
ms.topic: conceptual
@@ -138,11 +138,16 @@ If the backup location is on a network resource, all servers that host replicas
138138

139139
### Resource governor
140140

141-
Resource governor works at the instance level. Resource governor with a contained availability group isn't applicable.
141+
In [!INCLUDE[sssql22-md](../../../includes/sssql22-md.md)] before Cumulative Update 18, and in older versions of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)], resource governor configuration DDL commands have no effect when executed on a contained availability group connection. Additionally, if resource governor is enabled via an instance connection, it has no effect on the contained availability group connections.
142142

143-
Resource governor configuration DDL commands have no effect when executed on a contained availability group connection.
143+
Starting with [!INCLUDE[sssql22-md](../../../includes/sssql22-md.md)] Cumulative Update 18, if you configure resource governor on an instance connection, resource consumption on either instance connections or contained availability group connections is governed as expected. If you attempt to configure resource governor on a contained availability group connection, you receive an error.
144144

145-
If resource governor is enabled via an instance connection, it has no effect on the contained availability group connections.
145+
Resource governor works at the [!INCLUDE[ssde-md](../../../includes/ssde-md.md)] instance level. Resource governor configuration doesn't propagate to availability replicas. You must configure resource governor on each instance hosting an availability replica.
146+
147+
> [!TIP]
148+
> We recommend that for a given availability group, you use the same resource governor configuration for all availability replicas.
149+
150+
For more information, see [Resource governor](../../../relational-databases/resource-governor/resource-governor.md) and [Resource governor configuration examples and best practices](../../../relational-databases/resource-governor/resource-governor-walkthrough.md).
146151

147152
### Change data capture
148153

docs/relational-databases/resource-governor/resource-governor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about the SQL Server resource governor feature that limits th
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: dfurman
7-
ms.date: 01/02/2025
7+
ms.date: 03/16/2025
88
ms.service: sql
99
ms.subservice: performance
1010
ms.topic: conceptual
@@ -49,7 +49,7 @@ Resource governor has the following limitations:
4949
- Very short queries, such as queries in some OLTP workloads, might not use CPU long enough to apply CPU bandwidth controls. This might skew CPU usage statistics and limit the effectiveness of CPU resource governance.
5050
- The ability to govern physical I/O applies only to user operations and not system tasks. System tasks perform transaction log, checkpoint, and lazy writer I/O. Resource governor governs user physical reads I/O but not write I/O performed by system tasks.
5151
- You can't modify resource governance controls for the `internal` resource pool and workload group.
52-
- Resource governor works at the instance level. Resource governor with a [contained availability group](../../database-engine/availability-groups/windows/contained-availability-groups-overview.md) isn't applicable.
52+
- If you use contained availability groups, see [Interactions with other features](../../database-engine/availability-groups/windows/contained-availability-groups-overview.md#resource-governor) for more information.
5353

5454
## Resource concepts
5555

0 commit comments

Comments
 (0)