• subscribe
December 03, 1999 06:17 PM

Server Roles

SQL Server Pro
InstantDoc ID #7725

Here's a list of SQL Server 7.0 roles and their internal names (in parentheses).

  • System Administrators (sysadmin) are equivalent to the SQL Server 6.5 sa. In SQL Server 7.0, sa gets its permissions by being a member of the sysadmin role. Microsoft recommends that you avoid having all your administrators logging in to SQL Server as sa. Have them log in under their NT or SQL Server logins, and assign them to the sysadmin role. That way, you can track who's connected and what they're doing.
  • Security Administrators (securityadmin) can add or remove NT and SQL Server logins from the SQL Server.
  • Server Administrators (serveradmin) can change serverwide settings and options.
  • Setup Administrators (setupadmin) can set up linked servers.
  • Process Administrators (processadmin) can only kill a process. Although the description for this role says that members can manage the processes running in SQL Server, the only management option they have is to kill a process.
  • Disk Administrators (diskadmin), according to the official Microsoft description, can manage the disk files for SQL Server. However, the permissions for this role refer to disk devices, which SQL Server 7.0 doesn't use.
  • Database Creators (dbcreator) can create, modify, and drop databases.


ARTICLE TOOLS

Comments
    There are no comments to display. Be the first one!
You must log on before posting a comment.

Are you a new visitor? Register Here
  • SP1?
    I know there is a SP1 for SQL 2008 R2 available....and there is a "feature pack" as well... ...
  • SQL database mirroring
    I have SQL Server 2008 R2 Enterprise 64bit on Windows 2008 R2 Enterprise 64bit.  Each SQL Server has...
  • Dell Compellent Disk Drive
    Does anybody has experience with Dell Compellent Disk Drive? Basically, this system manages all disk...
  • Sql server performance tuning
    I need to find a tool that help me to optimize sql server,queries,improve the performance and solve ...