fn_MSxe_read_event_stream

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

Syntax

sys.fn_MSxe_read_event_stream ( session_name)

Arguments

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

Table Returned

Column name

Data type

Description

type

Integer (4)

The event type. Is not nullable.

data

Image (16)

The event image data. Is nullable.

See Also

Reference

Extended Events Dynamic Management Views

Extended Events Catalog Views (Transact-SQL)

Concepts

Extended Events