Skip to content

Commit 341fbda

Browse files
Fix link
1 parent de2eecb commit 341fbda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-dynamic-management-views/sys-dm-resource-governor-configuration-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Returns a row that contains the currently effective resource governor configurat
2727

2828
| Column name | Data type | Description |
2929
|:--|:--|:--|
30-
| `classifier_function_id` | **int** | The object ID of the currently used classifier function in [sys.objects](sys-objects-transact-sql.md). Returns 0 if no classifier function is being used. Not nullable.<br /><br /> **Note:** This function is used to classify new requests and uses rules to route these requests to the appropriate workload group. For more information, see [Resource governor](../../relational-databases/resource-governor/resource-governor.md). |
30+
| `classifier_function_id` | **int** | The object ID of the currently used classifier function in [sys.objects](../system-catalog-views/sys-objects-transact-sql.md). Returns 0 if no classifier function is being used. Not nullable.<br /><br /> **Note:** This function is used to classify new requests and uses rules to route these requests to the appropriate workload group. For more information, see [Resource governor](../../relational-databases/resource-governor/resource-governor.md). |
3131
| `is_reconfiguration_pending` | **bit** | Indicates whether or not changes to resource governor configuration were made but have not been applied to the currently effective configuration using `ALTER RESOURCE GOVERNOR RECONFIGURE`. The changes that require resource governor reconfiguration include:<br /><br />- Create, modify, or delete a resource pool.<br />- Create, modify, or delete a workload group.<br />- Specify or remove a classifier function.<br />- Set or remove a limit on the maximum number of outstanding I/O operations per volume.<br /><br /> The value returned is one of:<br /><br /> 0 - A reconfiguration is not required.<br /><br /> 1 - A reconfiguration or server restart is required in order for pending configuration changes to be applied.<br /><br /> **Note:** The value returned is always 0 when resource governor is disabled.<br /><br /> Not nullable. |
3232
| `max_outstanding_io_per_volume` | **int** | **Applies to**: [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)] and later.<br /><br /> The maximum number of outstanding I/O operations per volume. |
3333

0 commit comments

Comments
 (0)