Skip to content

Commit 8b19799

Browse files
AUDIT_GUID - Availability Group scenario (#9930)
* AUDIT_GUID - Availability Group scenario Whilst database mirroring is one of the underlying technologies used in Availability Groups, highlighting this for others that may not realise. * Update docs/t-sql/statements/create-server-audit-transact-sql.md --------- Co-authored-by: Masha Thomas (MSFT) <[email protected]>
1 parent 2659cc9 commit 8b19799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Database actions fail if they cause audited events. Actions, which don't cause a
129129

130130
#### AUDIT_GUID = *uniqueidentifier*
131131

132-
To support scenarios such as database mirroring, an audit needs a specific GUID that matches the GUID found in the mirrored database. The GUID can't be modified after the audit is created.
132+
To support scenarios such as database mirroring or databases participating in an Always On availability group, an audit needs a specific GUID that matches the GUID found in the mirrored database. The GUID can't be modified after the audit is created.
133133

134134
#### OPERATOR_AUDIT
135135

0 commit comments

Comments
 (0)