Skip to content

Commit acd35c9

Browse files
20211110 1050
1 parent 3be528d commit acd35c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/system-dynamic-management-views/sys-dm-xe-sessions-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ms.author: wiassaf
4747
|session_source|**nvarchar(256)**| The scope of the session. Is not nullable. `session_source` can be one of the following:<BR><BR>server = session scoped to the server, including user sessions.<BR>internal = certain internal sessions, such as the sp_server_diagnostics session.<BR>*database_name* = for database-scoped sessions in [!INCLUDE[ssSDSfull](../../includes/sssdsfull-md.md)] only. Currently, this is not exposed.|
4848
|buffer_processed_count|**bigint**|**Applies to:** SQL Server 2017 and later. The total number of buffers processed by the session. This accumulates from start of session. Is not nullable.|
4949
|buffer_full_count|**bigint**|**Applies to:** SQL Server 2017 and later. The number of buffers that were full when they were processed. This accumulates from start of session. Is not nullable.|
50-
|total_bytes_generated|**bigint**|**Applies to:** SQL Server 2017 and later. The number of actual bytes that the extended events session has generated. This information is collected when session is processing buffers. This applies to the file target only. No tracking for other targets. |
50+
|total_bytes_generated|**bigint**|**Applies to:** SQL Server 2017 and later. The number of actual bytes that the extended events session has generated. This information is collected when the session is processing buffers. This applies to the file target only. No tracking for other targets. |
5151

5252
## Permissions
5353
Requires VIEW SERVER STATE permission on the server.

0 commit comments

Comments
 (0)