Skip to content

Commit b986510

Browse files
Merge pull request #36934 from PiJoCoder/SysTracesPermissions_Jopilov_032326
update with correct permissions for sys.traces
2 parents 6643842 + cd3c22b commit b986510

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/relational-databases/system-catalog-views/sys-traces-transact-sql.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "sys.traces (Transact-SQL)"
33
description: sys.traces contains the current running traces on the system.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 02/05/2026
6+
ms.date: 03/23/2026
77
ms.service: sql
88
ms.subservice: system-objects
99
ms.topic: "reference"
@@ -53,7 +53,7 @@ For a complete list of supported trace events, see [SQL Server Event Class Refer
5353

5454
[!INCLUDE [ssCatViewPerm](../../includes/sscatviewperm-md.md)] For more information, see [Metadata Visibility Configuration](../../relational-databases/security/metadata-visibility-configuration.md).
5555

56-
[!INCLUDE [sssql22-md](../../includes/sssql22-md.md)] and later versions require VIEW SERVER PERFORMANCE STATE permission on the server.
56+
Requires ALTER TRACE permission on the server.
5757

5858
## Related content
5959

@@ -63,5 +63,3 @@ For a complete list of supported trace events, see [SQL Server Event Class Refer
6363
- [sys.trace_events (Transact-SQL)](../../relational-databases/system-catalog-views/sys-trace-events-transact-sql.md)
6464
- [sys.trace_event_bindings (Transact-SQL)](../../relational-databases/system-catalog-views/sys-trace-event-bindings-transact-sql.md)
6565
- [sys.trace_subclass_values (Transact-SQL)](../../relational-databases/system-catalog-views/sys-trace-subclass-values-transact-sql.md)
66-
67-

0 commit comments

Comments
 (0)