Role base permission management can make permission management and permission management delegation a lot simpler. Read on to see how roles can be used to make grantable grants obsolete.
Grantable grant are an easy way to delegate permission management. However, revoking a grantable grant can cause trouble. Read on to see how using roles in conjunction with grantable grants can alleviate that problem.
What the DENY CASCADE statement does seems obvious. But is it? Read on to see what DENY CASCADE actually does and if that matches your expectation.
Undoing a DENY that has become obsolete is actually quite simple. Read on to see how you can remove a DENY the same way you would remove a GRANT.
A DENY is a durable permission, similar to a GRANT. Find out what that means and how it affects your SQL Server permissions management.