Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Applies to:
SQL Server
Contains information about permissions granted and denied to users, groups, and roles in the database.
Important
This SQL Server 2000 system table is included as a view for backward compatibility. We recommend that you use the current SQL Server system views instead. To find the equivalent system view or views, see Mapping System Tables to System Views (Transact-SQL). This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.
Column name | Data type | Description |
---|---|---|
id | int | ID of the object for object permissions. 0 = Statement permissions. |
grantee | smallint | ID of the user, group, or role affected by the permission. |
grantor | smallint | ID of the user, group, or role that granted or denied the permission. |
actadd | smallint | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
actmod | smallint | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
seladd | varbinary(4000) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
selmod | varbinary(4000) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
updadd | varbinary(4000) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
updmod | varbinary(4000) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
refadd | varbinary(4000) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
refmod | varbinary(4000) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
Mapping System Tables to System Views (Transact-SQL)
Compatibility Views (Transact-SQL)
Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register today