sp_srvrolepermission (Transact-SQL)
Displays the permissions of a fixed server role. sp_srvrolepermission returns correct information in SQL Server 2000. The output does not reflect changes to the permissions hierarchy that were implemented in SQL Server 2005. For more information, see Permissions of Fixed Server Roles (Database Engine).
Important |
|---|
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. |
The permissions listed include the Transact-SQL statements that can be executed, and other special activities that can be performed by members of the fixed server role. To display a list of the fixed server roles, execute sp_helpsrvrole.
The sysadmin fixed server role has the permissions of all the other fixed server roles.

Important