Skip to content

Commit 9789338

Browse files
author
PRMerger8
authored
Merge pull request #2310 from kaushika-msft/patch-2
Update the DENY documentation page
2 parents 029b9c9 + 94578a3 commit 9789338

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/t-sql/statements/deny-transact-sql.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ manager: "jhubbard"
3434
# DENY (Transact-SQL)
3535
[!INCLUDE[tsql-appliesto-ss2008-all_md](../../includes/tsql-appliesto-ss2008-all-md.md)]
3636

37-
Denies a permission to a principal. Prevents that principal from inheriting the permission through its group or role memberships.
37+
Denies a permission to a principal. Prevents that principal from inheriting the permission through its group or role memberships. DENY takes precedence over all permissions, except that DENY does not apply to object owners or members of the sysadmin fixed server role.
38+
**Security Note** Members of the sysadmin fixed server role and object owners cannot be denied permissions."
3839

3940
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
4041

0 commit comments

Comments
 (0)