Click to Rate and Give Feedback
MSDN
MSDN Library
SQL Server
SQL Server 2005
 sys.server_events (Transact-SQL)
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
SQL Server 2005 Books Online (November 2008)
sys.server_events (Transact-SQL)

Contains one row for each event for which a server-level event-notification or DDL trigger fires. The columns (object_id, type) uniquely identify the server event.

Column name Data type Description

object_id

int

ID of the server event notification to fire.

type

int

Type of the event that causes the event notification or DDL trigger to fire.

type_desc

nvarchar(60)

Description of the event that causes the DDL trigger or event notification to fire.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker