Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.47 KB

File metadata and controls

29 lines (24 loc) · 1.47 KB
title sys.pdw_table_mappings (Transact-SQL)
description sys.pdw_table_mappings (Transact-SQL)
author WilliamDAssafMSFT
ms.author wiassaf
ms.date 06/01/2018
ms.service sql
ms.subservice data-warehouse
ms.topic reference
dev_langs
TSQL
monikerRange >=aps-pdw-2016||=azure-sqldw-latest

sys.pdw_table_mappings (Transact-SQL)

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

Ties user tables to internal object names by object_id.

Column Name Data Type Description Range
physical_name nvarchar(36) The physical name for the table.

physical_name and object_id form the key for this view.
object_id int The object ID for the table. See sys.objects (Transact-SQL).

physical_name and object_id form the key for this view.

See Also

Azure Synapse Analytics and Parallel Data Warehouse Catalog Views
sys.pdw_index_mappings (Transact-SQL)
sys.pdw_database_mappings (Transact-SQL)