This topic has not yet been rated - Rate this topic

fn_MSxe_read_event_stream

SQL Server 2012

Extended Events provides a table valued function (TVF) for internal use by the Extended Events user interface (UI). The table does not provide customer usable data.

To view event data, use one of the following:

Topic link icon Transact-SQL Syntax Conventions


          

sys.fn_MSxe_read_event_stream ( session_name)
        
Session_name

The name of a session that is running on the server.

Column name

Data type

Description

type

Integer (4)

The event type. Is not nullable.

data

Image (16)

The event image data. Is nullable.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.