Skip to content

Commit e3381eb

Browse files
authored
Update sys-fn-get-audit-file-transact-sql.md
1 parent 5c19392 commit e3381eb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/relational-databases/system-functions/sys-fn-get-audit-file-transact-sql.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,9 @@ fn_get_audit_file ( file_pattern,
123123

124124

125125
## Remarks
126-
If the *file_pattern* argument passed to **fn_get_audit_file** references a path or file that does not exist, or if the file is not an audit file, the **MSG_INVALID_AUDIT_FILE** error message is returned.
127-
126+
- If the *file_pattern* argument passed to **fn_get_audit_file** references a path or file that does not exist, or if the file is not an audit file, the **MSG_INVALID_AUDIT_FILE** error message is returned.
127+
- **fn_get_audit_file** cannot be used when the audit is created with the **APPLICATION_LOG**, **SECURITY_LOG**, or **EXTERNAL_MONITOR** options.
128+
128129
## Permissions
129130

130131
- **SQL Server**: Requires the **CONTROL SERVER** permission.

0 commit comments

Comments
 (0)