Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.68 KB

sys-dm-pdw-os-event-logs-transact-sql.md

File metadata and controls

35 lines (29 loc) · 1.68 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic dev_langs monikerRange
sys.dm_pdw_os_event_logs (Transact-SQL)
sys.dm_pdw_os_event_logs (Transact-SQL)
rwestMSFT
randolphwest
03/07/2017
sql
system-objects
reference
TSQL
>=aps-pdw-2016

sys.dm_pdw_os_event_logs (Transact-SQL)

[!INCLUDE pdw]

Holds information regarding the different Windows Event logs on the different nodes.

Column Name Data Type Description Range
pdw_node_id int Appliance node this log is from.

pdw_node_id and log_name form the key for this view.
log_name nvarchar(255) Windows event log name.

pdw_node_id and log_name form the key for this view.
log_source nvarchar(255) Windows event log source name.
event_id int ID of the event. Not unique.
event_type nvarchar(255) Type of the event, identifying severity. 'Information', 'Warning', 'Error'
event_message nvarchar(4000) Details of the event.
generate_time datetime Time the event was created.
write_time datetime Time the event was actually written to the log.

For information about the maximum rows retained by this view, see the Metadata section in the Capacity limits topic.

See Also

Azure Synapse Analytics and Parallel Data Warehouse Dynamic Management Views (Transact-SQL)