| title | sys.pdw_permanent_table_mappings (Transact-SQL) | |
|---|---|---|
| description | Ties permanent user tables to internal object names by **object_id**. | |
| author | mstehrani | |
| ms.author | emtehran | |
| ms.date | 07/24/2020 | |
| ms.service | sql | |
| ms.subservice | data-warehouse | |
| ms.topic | reference | |
| dev_langs |
|
|
| monikerRange | =azure-sqldw-latest |
[!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. |
Azure Synapse Analytics and Parallel Data Warehouse Catalog Views
sys.pdw_index_mappings (Transact-SQL)