Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.98 KB

sys-dm-resource-governor-resource-pool-affinity-transact-sql.md

File metadata and controls

41 lines (33 loc) · 1.98 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs
sys.dm_resource_governor_resource_pool_affinity (Transact-SQL)
sys.dm_resource_governor_resource_pool_affinity tracks resource pool affinity.
rwestMSFT
randolphwest
12/28/2022
sql
system-objects
reference
sys.dm_resource_governor_resource_pool_affinity_TSQL
sys.dm_resource_governor_resource_pool_affinity
dm_resource_governor_resource_pool_affinity
dm_resource_governor_resource_pool_affinity_TSQL
dm_resource_governor_resource_pool_affinity
sys.dm_resource_governor_resource_pool_affinity
TSQL

sys.dm_resource_governor_resource_pool_affinity (Transact-SQL)

[!INCLUDE SQL Server]

Tracks resource pool affinity.

:::image type="icon" source="../../includes/media/topic-link-icon.svg" border="false"::: Transact-SQL syntax conventions

Column name Data type Description
pool_id int The ID of the resource pool. Not nullable.
processor_group smallint The ID of the Windows logical processor group. Not nullable.
scheduler_mask bigint The binary mask representing the schedulers associated with this pool. Not nullable.

Remarks

Pools that are created with an affinity of AUTO won't appear in this view, because they have no affinity. For more information, see the CREATE RESOURCE POOL (Transact-SQL) and ALTER RESOURCE POOL (Transact-SQL) statements.

See also