Skip to content

Commit 689da68

Browse files
Update use-the-system-health-session.md
Hi @sqlworldwide - after reviewing the source code, this is a little more complicated. I'm going to update the PR like this, then wait for some engineering confirmation.
1 parent 8a2e7cc commit 689da68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/relational-databases/extended-events/use-the-system-health-session.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: The system_health Extended Events session is included with SQL Serv
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: randolphwest
7-
ms.date: 10/22/2023
7+
ms.date: 09/05/2024
88
ms.service: sql
99
ms.subservice: xevents
1010
ms.topic: tutorial
@@ -47,7 +47,7 @@ The session collects information that includes the following information:
4747
4848
## View the system_health session data
4949

50-
The session uses both the ring buffer target and event file target to store the data. The event file target is configured with a maximum size of 100 MB and a file retention policy of 10 files.
50+
The session uses both the ring buffer target and event file target to store the data. The event file target is configured with a maximum size of 5 MB and a file retention policy of 4 files. In SQL Server Standard or Enterprise editions, the event file target has increased limits: a maximum size of 100 MB and a file retention policy of 10 files.
5151

5252
To view the session data from the ring buffer target with the Extended Events user interface available in [!INCLUDE [ssManStudioFull](../../includes/ssmanstudiofull-md.md)], see [Advanced Viewing of Target Data from Extended Events in SQL Server - Watch live data](../../relational-databases/extended-events/advanced-viewing-of-target-data-from-extended-events-in-sql-server.md#watch-live-data).
5353

0 commit comments

Comments
 (0)