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 | |||
Name | Type | Constraints | Description |
privilege_KEY | int (4) | NOT NULL | This is the primary and only column and contains privileges that will be denied. |
Primary key | |||
Name | Columns | Description | |
PK_Privilege_Forbidden$privilege_KEY | privilege_KEY |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_Privilege_Forbidden__Privilege__privilege_KEY | privilege_KEY | Privilege (privilege_KEY) |