| title | sys.dm_resource_governor_resource_pool_affinity (Transact-SQL) | Microsoft Docs | ||||
|---|---|---|---|---|---|
| ms.custom | |||||
| ms.date | 08/09/2016 | ||||
| ms.prod | sql | ||||
| ms.reviewer | |||||
| ms.technology | system-objects | ||||
| ms.topic | language-reference | ||||
| f1_keywords |
|
||||
| dev_langs |
|
||||
| helpviewer_keywords |
|
||||
| ms.assetid | a197ec19-a2ba-44f5-a4f2-3eee33ebd77d | ||||
| author | stevestein | ||||
| ms.author | sstein |
[!INCLUDEtsql-appliesto-ss2012-xxxx-xxxx-xxx-md]
Tracks resource pool affinity.
Transact-SQL Syntax Conventions.
| Colmn name | Data type | Description |
|---|---|---|
| Pool_id | int | The ID of the resource pool. Is not nullable. |
| Processor_group | smallint | The ID of the Windows logical processor group. Is not nullable. |
| Scheduler_mask | bigint | The binary mask representing the schedulers associated with this pool. Is not nullable. |
Pools that are created with an affinity of AUTO will not 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.
sys.dm_resource_governor_external_resource_pool_affinity (Transact-SQL)