SQL Server Extended Events (Extended Events) is a general event-handling system for server systems. The Extended Events infrastructure supports the correlation of data from SQL Server, and under certain conditions, the correlation of data from the operating system and database applications. In the latter case, Extended Events output must be directed to Event Tracing for Windows (ETW) in order to correlate the event data with operating system or application event data.
Extended Events supports using event data outside a process. This data is typically used by:
1. Tracing tools, such as SQL Trace and System Monitor.
2. Logging tools, such as the Windows event log or the SQL Server error log.
3. Users administering a product or developing applications on a product.
Extended Events supports using event data outside a process. This data is typically used by:
1. Tracing tools, such as SQL Trace and System Monitor.
2. Logging tools, such as the Windows event log or the SQL Server error log.
3. Users administering a product or developing applications on a product.
No comments:
Post a Comment