Jasinski Technical Wiki

Navigation

Home Page
Index
All Pages

Quick Search
»
Advanced Search »

Contributor Links

Create a new Page
Administration
File Management
Login/Logout
Your Profile

Other Wiki Sections

Software

PoweredBy

syspermissions System Table - SQL Server 2000

RSS
Modified on Fri, May 01, 2009, 11:02 AM by Administrator Categorized as SQL Server System Tables
Contains information about permissions granted and denied to users, groups, and roles in the database. This table is stored in each database.

Column nameData typeDescription
idintID of the object for object permissions; 0 for statement permissions.
granteesmallintID of the user, group, or role affected by the permission.
grantorsmallintID of the user, group, or role that granted or revoked the permission.
actaddsmallintFor internal use only.
actmodsmallintFor internal use only.
seladdvarbinary(4000)For internal use only.
selmodvarbinary(4000)For internal use only.
updaddvarbinary(4000)For internal use only.
updmodvarbinary(4000)For internal use only.
refaddvarbinary(4000)For internal use only.
refmodvarbinary(4000)For internal use only.

ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.