Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.48 KB

sys-pdw-permanent-table-mappings-transact-sql.md

File metadata and controls

31 lines (25 loc) · 1.48 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic dev_langs monikerRange
sys.pdw_permanent_table_mappings (Transact-SQL)
Ties permanent user tables to internal object names by **object_id**.
mstehrani
emtehran
07/24/2020
sql
data-warehouse
reference
TSQL
=azure-sqldw-latest

sys.pdw_permanent_table_mappings (Transact-SQL)

[!INCLUDE applies-to-version/asa]

Ties permanent user tables to internal object names by object_id.

Note

sys.pdw_permanent_table_mappings holds mappings to permanent tables and does not include temporary or external table mappings.

Column Name Data Type Description
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)