Skip to content

Latest commit

 

History

History
65 lines (50 loc) · 2.32 KB

File metadata and controls

65 lines (50 loc) · 2.32 KB
title sys.fn_MSxe_read_event_stream (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 06/10/2016
ms.prod sql-non-specified
ms.reviewer
ms.suite
ms.technology
database-engine
ms.tgt_pltfrm
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
caps.latest.revision 9
author BYHAM
ms.author rickbyh
manager jhubbard

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