Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 1.83 KB

File metadata and controls

40 lines (35 loc) · 1.83 KB

title: "sys.pdw_table_mappings (Transact-SQL) | Microsoft Docs" ms.custom: "" ms.date: "03/03/2017" ms.prod: "" ms.prod_service: "sql-data-warehouse, pdw" ms.service: "sql-data-warehouse" ms.component: "system-catalog-views" ms.reviewer: "" ms.suite: "sql" ms.technology:

  • "database-engine" ms.tgt_pltfrm: "" ms.topic: "language-reference" dev_langs:
  • "TSQL" ms.assetid: 1af14fe0-e562-4f48-a7f0-783f300a88ac caps.latest.revision: 7 author: "barbkess" ms.author: "barbkess" manager: "craigg" ms.workload: "Inactive" monikerRange: ">= aps-pdw-2016 || = azure-sqldw-latest || = sqlallproducts-allversions"

sys.pdw_table_mappings (Transact-SQL)

[!INCLUDEtsql-appliesto-xxxxxx-xxxx-asdw-pdw-md]

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

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