December 2017
Intermediate to advanced
434 pages
10h 14m
English
There are nine predefined fixed server roles on each server, which you can use as a starting point for securing the SQL Server environment. These roles can't be dropped, you can only update the role membership.
| sysadmin | Members of this role can perform any activity on the server |
| bulkadmin | Members can run BULK INSERT and use the bcp.exe tool |
| diskadmin | Members can manage disk files |
| processadmin | Members can KILL processes running on SQL Server |
| public | Each login is a member of the public role; if a principal is not granted any permission on an object, it inherits the permissions from the public role |
| securityadmin | Members can manage logins and their properties |
| serveradmin | Members can change server-level configuration ... |
Read now
Unlock full access