Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1022 Bytes

File metadata and controls

28 lines (23 loc) · 1022 Bytes
title sys.pdw_diag_events (Transact-SQL)
description sys.pdw_diag_events (Transact-SQL)
author WilliamDAssafMSFT
ms.author wiassaf
ms.date 03/04/2017
ms.service sql
ms.subservice system-objects
ms.topic reference
dev_langs
TSQL
monikerRange >=aps-pdw-2016

sys.pdw_diag_events (Transact-SQL)

[!INCLUDE pdw]

Holds information about events that can be included in diagnostic sessions on the system.

Column Name Data Type Description Range
name nvarchar(255) Name of the specific diagnostics event.
source nvarchar(255) Source of the event (engine, general, dms, etc.)
is_enabled bit Whether the event is being published.

See Also

Azure Synapse Analytics and Parallel Data Warehouse Catalog Views