Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Applies to:
Azure Synapse Analytics
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)