sp_helpsrvrolemember (Transact-SQL)
Returns information about the members of a SQL Server fixed server role.
Transact-SQL Syntax Conventions
- [ @srvrolename = ] 'role'
-
Is the name of a fixed server role. role is sysname, with a default of NULL. If role is not specified, the result set includes information about all fixed server roles.
role can be any of the following values.
Fixed server role Description sysadmin
System administrators
securityadmin
Security administrators
serveradmin
Server administrators
setupadmin
Setup administrators
processadmin
Process administrators
diskadmin
Disk administrators
dbcreator
Database creators
bulkadmin
Can execute BULK INSERT statements