---
title: "sys.dm_pdw_dms_cores (Transact-SQL) | Microsoft Docs"
ms.custom: ""
ms.date: "03/07/2017"
ms.prod: sql
ms.technology: data-warehouse
ms.reviewer: ""
ms.topic: "language-reference"
dev_langs:
- "TSQL"
ms.assetid: b3f09b15-0863-4418-9347-a4f5fd2ab7c7
author: ronortloff
ms.author: rortloff
monikerRange: ">= aps-pdw-2016 || = azure-sqldw-latest || = sqlallproducts-allversions"
---
# sys.dm_pdw_dms_cores (Transact-SQL)
[!INCLUDE[tsql-appliesto-xxxxxx-xxxx-asdw-pdw-md](../../includes/tsql-appliesto-xxxxxx-xxxx-asdw-pdw-md.md)]
Holds information about all DMS services running on the Compute nodes of the appliance. It lists one row per service instance, which is currently one row per node.
|Column Name|Data Type|Description|Range|
|-----------------|---------------|-----------------|-----------|
|dms_core_id|**int**|Unique numeric id associated with this DMS core.
Key for this view.|Set to the pdw_node_id of the node that this DMS core is running on.|
|pdw_node_id|**int**|ID of the node on which this DMS service is running.|See node_id in [sys.dm_pdw_nodes (Transact-SQL)](../../relational-databases/system-dynamic-management-views/sys-dm-pdw-nodes-transact-sql.md).|
|status|**nvarchar(32)**|Current status of the DMS service.|[!INCLUDE[ssInfoNA](../../includes/ssinfona-md.md)]|
For information about the maximum rows retained by this view, see the Metadata section in the [Capacity limits](/azure/sql-data-warehouse/sql-data-warehouse-service-capacity-limits#metadata) topic.
## See Also
[SQL Data Warehouse and Parallel Data Warehouse Dynamic Management Views (Transact-SQL)](../../relational-databases/system-dynamic-management-views/sql-and-parallel-data-warehouse-dynamic-management-views.md)