About
Roles is a mean to manage permissions in bulk.
Assign permissions to roles, and then add and remove users and logins to the roles.
Articles Related
Management
List
Add
EXEC sp_addsrvrolemember 'LoginName', 'sysadmin';
Roles is a mean to manage permissions in bulk.
Assign permissions to roles, and then add and remove users and logins to the roles.
EXEC sp_addsrvrolemember 'LoginName', 'sysadmin';