sql-docs icon indicating copy to clipboard operation
sql-docs copied to clipboard

Update use-the-system-health-session.md

Open sqlworldwide opened this issue 1 year ago • 6 comments

The system_health Extended Events session keeps ten files with a maximum size of 100 MB. You can confirm this by looking at GUI properties or scripting the definition.

ADD TARGET package0.event_file(SET filename=N'system_health.xel',max_file_size=(100),max_rollover_files=(10)),

sqlworldwide avatar Sep 05 '24 15:09 sqlworldwide