Skip to content

Commit adda5be

Browse files
dimitri-furmanrwestMSFT
authored andcommitted
Fix allowed values for tempdb RG
1 parent dda1c02 commit adda5be

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/t-sql/includes/alter-workload-group.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: rwestMSFT
33
ms.author: randolphwest
44
ms.reviewer: dfurman
5-
ms.date: 06/10/2025
5+
ms.date: 11/20/2025
66
ms.service: sql
77
ms.topic: include
88
ms.custom:
@@ -98,7 +98,7 @@ Specifies the maximum number of simultaneous requests that are allowed to execut
9898

9999
#### GROUP_MAX_TEMPDB_DATA_MB = *value*
100100

101-
Specifies the maximum amount of space that a workload group can consume in the `tempdb` data files, in megabytes. *value* must be 0 or a positive number. Fractional values are allowed.
101+
Specifies the maximum amount of space that a workload group can consume in the `tempdb` data files, in megabytes. *value* must be 0, a positive number, or NULL. Fractional values are allowed.
102102

103103
When the value is 0, `tempdb` space allocations by sessions in the workload group are not allowed. When a value isn't set, resource governor doesn't limit `tempdb` space consumption by the workload group.
104104

@@ -108,7 +108,7 @@ When a request running in a workload group attempts to increase `tempdb` data sp
108108

109109
#### GROUP_MAX_TEMPDB_DATA_PERCENT = *value*
110110

111-
Specifies the maximum amount of space that a workload group can consume in the `tempdb` data files, in percent of the maximum `tempdb` size. For the definition of the maximum `tempdb` size, see [Percent limit configuration](../../relational-databases/resource-governor/tempdb-space-resource-governance.md#percent-limit-configuration). *value* must be in the range from 0 to 100. Fractional values are allowed.
111+
Specifies the maximum amount of space that a workload group can consume in the `tempdb` data files, in percent of the maximum `tempdb` size. For the definition of the maximum `tempdb` size, see [Percent limit configuration](../../relational-databases/resource-governor/tempdb-space-resource-governance.md#percent-limit-configuration). *value* must be in the range from 0 to 100, or NULL. Fractional values are allowed.
112112

113113
When the value is 0, `tempdb` space allocations by sessions in the workload group are not allowed. When a value isn't set, resource governor doesn't limit `tempdb` space consumption by the workload group. When `GROUP_MAX_TEMPDB_DATA_MB` is set, or when `tempdb` maximum size isn't defined, `GROUP_MAX_TEMPDB_DATA_PERCENT` has no effect.
114114

docs/t-sql/includes/create-workload-group.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: rwestMSFT
33
ms.author: randolphwest
44
ms.reviewer: dfurman
5-
ms.date: 06/10/2025
5+
ms.date: 11/20/2025
66
ms.service: sql
77
ms.topic: include
88
ms.custom:
@@ -102,7 +102,7 @@ Specifies the maximum number of simultaneous requests that are allowed to execut
102102

103103
#### GROUP_MAX_TEMPDB_DATA_MB = *value*
104104

105-
Specifies the maximum amount of space that a workload group can consume in the `tempdb` data files, in megabytes. *value* must be 0 or a positive number. Fractional values are allowed.
105+
Specifies the maximum amount of space that a workload group can consume in the `tempdb` data files, in megabytes. *value* must be 0, a positive number, or NULL. Fractional values are allowed.
106106

107107
When the value is 0, `tempdb` space allocations by sessions in the workload group are not allowed. When a value isn't set, resource governor doesn't limit `tempdb` space consumption by the workload group.
108108

@@ -112,7 +112,7 @@ When a request running in a workload group attempts to increase `tempdb` data sp
112112

113113
#### GROUP_MAX_TEMPDB_DATA_PERCENT = *value*
114114

115-
Specifies the maximum amount of space that a workload group can consume in the `tempdb` data files, in percent of the maximum `tempdb` size. For the definition of the maximum `tempdb` size, see [Percent limit configuration](../../relational-databases/resource-governor/tempdb-space-resource-governance.md#percent-limit-configuration). *value* must be in the range from 0 to 100. Fractional values are allowed.
115+
Specifies the maximum amount of space that a workload group can consume in the `tempdb` data files, in percent of the maximum `tempdb` size. For the definition of the maximum `tempdb` size, see [Percent limit configuration](../../relational-databases/resource-governor/tempdb-space-resource-governance.md#percent-limit-configuration). *value* must be in the range from 0 to 100, or NULL. Fractional values are allowed.
116116

117117
When the value is 0, `tempdb` space allocations by sessions in the workload group are not allowed. When a value isn't set, resource governor doesn't limit `tempdb` space consumption by the workload group. When `GROUP_MAX_TEMPDB_DATA_MB` is set, or when `tempdb` maximum size isn't defined, `GROUP_MAX_TEMPDB_DATA_PERCENT` has no effect.
118118

0 commit comments

Comments
 (0)