Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 2.29 KB

File metadata and controls

61 lines (46 loc) · 2.29 KB
title sys.fn_MSxe_read_event_stream (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 06/10/2016
ms.prod sql
ms.prod_service database-engine
ms.reviewer
ms.technology system-objects
ms.topic language-reference
f1_keywords
fn_MSxe_read_event_stream_TSQL
sys.fn_MSxe_read_event_stream_TSQL
sys.fn_MSxe_read_event_stream
fn_MSxe_read_event_stream
dev_langs
TSQL
helpviewer_keywords
sys.fn_MSxe_read_event_stream
fn_MSxe_read_event_stream
ms.assetid 5edb1162-625a-41e0-8ec9-1edc8ab9a74a
author rothja
ms.author jroth

sys.fn_MSxe_read_event_stream (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2012-xxxx-xxxx-xxx-md]

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

Extended Events Dynamic Management Views
Extended Events Catalog Views (Transact-SQL)
Extended Events