Skip to content

AUDIT_GUID - Availability Group scenario #9930

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: live
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/t-sql/statements/create-server-audit-transact-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Database actions fail if they cause audited events. Actions, which don't cause a

#### AUDIT_GUID = *uniqueidentifier*

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.
To support scenarios such as database mirroring or where databases are participating in an Always On Availabiltiy 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.

#### OPERATOR_AUDIT

Expand Down