Table: dbo.Privilege_Forbidden
This table contains privileges that will always be denied (even members of the Administrator group). Maintenance of this table is not the responsibility of the applications and changes made won't appear until the next time the application runs.
Columns
NameTypeConstraintsDescription
privilege_KEYint (4)NOT NULLThis is the primary and only column and contains privileges that will be denied.
Primary key
NameColumnsDescription
PK_Privilege_Forbidden$privilege_KEYprivilege_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Privilege_Forbidden__Privilege__privilege_KEYprivilege_KEYPrivilege (privilege_KEY)

Schema diagram