| `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. |
0 commit comments