Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.77 KB

sys-dm-pdw-dms-cores-transact-sql.md

File metadata and controls

33 lines (26 loc) · 1.77 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic dev_langs monikerRange
sys.dm_pdw_dms_cores (Transact-SQL)
sys.dm_pdw_dms_cores (Transact-SQL)
WilliamDAssafMSFT
wiassaf
03/07/2017
sql
data-warehouse
reference
TSQL
>=aps-pdw-2016||=azure-sqldw-latest

sys.dm_pdw_dms_cores (Transact-SQL)

[!INCLUDEapplies-to-version/asa-pdw]

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).
status nvarchar(32) Current status of the DMS service. [!INCLUDEssInfoNA]

For information about the maximum rows retained by this view, see the Metadata section in the Capacity limits topic.

See Also

Azure Synapse Analytics and Parallel Data Warehouse Dynamic Management Views (Transact-SQL)