Skip to content

Commit a77989b

Browse files
taiyebzakirrwestMSFT
authored andcommitted
1 parent 3e59a45 commit a77989b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/t-sql/statements/create-server-audit-transact-sql.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: CREATE SERVER AUDIT creates a server audit object using SQL Server
44
author: sravanisaluru
55
ms.author: srsaluru
66
ms.reviewer: randolphwest
7-
ms.date: 11/25/2024
7+
ms.date: 07/25/2025
88
ms.service: sql
99
ms.subservice: t-sql
1010
ms.topic: reference
@@ -70,6 +70,10 @@ CREATE SERVER AUDIT audit_name
7070

7171
## Arguments
7272

73+
#### *audit_name*
74+
75+
The name of the audit. Can't contain spaces in [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] and earlier versions.
76+
7377
#### TO { FILE | APPLICATION_LOG | SECURITY_LOG | URL | EXTERNAL_MONITOR }
7478

7579
Determines the location of the audit target. The options are a binary file, The Windows Application log, or the Windows Security log. [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] can't write to the Windows Security log without configuring extra settings in Windows. For more information, see [Write SQL Server Audit events to the Security log](../../relational-databases/security/auditing/write-sql-server-audit-events-to-the-security-log.md).

0 commit comments

Comments
 (0)