Securables
Securables are the resources to which the SQL Server Database Engine authorization system regulates access. Some securables can be contained within others, creating nested hierarchies called "scopes" that can themselves be secured. The securable scopes are server, database, and schema.
Constraints and Statistics are not securables
Remove Constraint and Statistic from the list of securables. Just like Indexes, these cannot have permissions assigned to them.
- 6/4/2010
- CraigBeere
- 6/4/2010
- CraigBeere