Uredi

sys.pdw_materialized_view_mappings (Transact-SQL)

Applies to: Azure Synapse Analytics

Ties the materialized view to internal object names by object_id.

The columns physical_name and object_id form the key for this catalog view.

Column Name Data Type Description
physical_name nvarchar(36) The physical name for the materialized view.
object_id int The object ID for the materialized view. See sys.objects (Transact-SQL).

Permissions

Requires VIEW DATABASE STATE permission.