Skip to content

Commit 1bc4c38

Browse files
authored
Merge pull request #6493 from Rob-S/patch-8
Update administer-servers-by-using-policy-based-management.md
2 parents da40c7c + 316aa1b commit 1bc4c38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/policy-based-management/administer-servers-by-using-policy-based-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ For example, as the database administrator, you may want to ensure that certain
5757

5858
- **On change: prevent**. This automated mode uses DDL triggers to prevent policy violations.
5959

60-
> **IMPORTANT!** If the nested triggers server configuration option is disabled, **On change: prevent** will not work correctly. Policy-Based Management relies on DDL triggers to detect and roll back DDL operations that do not comply with policies that use this evaluation mode. Removing the Policy-Based Management DDL triggers or disabling nest triggers, will cause this evaluation mode to fail or perform unexpectedly.
60+
> **IMPORTANT!** If the nested triggers server configuration option is disabled, **On change: prevent** will not work correctly. Policy-Based Management relies on DDL triggers to detect and roll back DDL operations that do not comply with policies that use this evaluation mode. Removing the Policy-Based Management DDL triggers or disabling nested triggers, will cause this evaluation mode to fail or perform unexpectedly.
6161
6262
- **On change: log only**. This automated mode uses event notification to evaluate a policy when a relevant change is made.
6363

@@ -115,4 +115,4 @@ For example, as the database administrator, you may want to ensure that certain
115115

116116
- [Tutorial: Create and apply an off-by-default policy](lesson-1-create-and-apply-an-off-by-default-policy.md)
117117
- [Tutorial: Create and apply naming standards policy](lesson-2-create-and-apply-a-naming-standards-policy.md)
118-
- [Policy-Based Management Views (Transact-SQL)](../../relational-databases/system-catalog-views/policy-based-management-views-transact-sql.md)
118+
- [Policy-Based Management Views (Transact-SQL)](../../relational-databases/system-catalog-views/policy-based-management-views-transact-sql.md)

0 commit comments

Comments
 (0)