Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.32 KB

sys-pdw-diag-sessions-transact-sql.md

File metadata and controls

31 lines (26 loc) · 1.32 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic dev_langs monikerRange
sys.pdw_diag_sessions (Transact-SQL)
sys.pdw_diag_sessions (Transact-SQL)
WilliamDAssafMSFT
wiassaf
03/03/2017
sql
system-objects
reference
TSQL
>=aps-pdw-2016

sys.pdw_diag_sessions (Transact-SQL)

[!INCLUDE pdw]

Holds information regarding the various diagnostic sessions that have been created on the system.

Column Name Data Type Description Range
name nvarchar(255) Name of the diagnostics session.

Key for this view.
xml_data nvarchar(4000) XML payload describing the session.
is_active bit Flag indicating whether the flag is active.
host_address nvarchar(255) Address of the machine hosting the session definition (Control node).
principal_id int ID of the user that created the session at the database level.
database_id int ID of the database that is the scope of the diagnostic session.

See Also

Azure Synapse Analytics and Parallel Data Warehouse Catalog Views