Ръководство за PANTHEON™

 Categories
[Expand]User Manual for DataLab PANTHEON 5.5
 No formula defined!
[Collapse]Datalab PANTHEON 5.5 Guide
 [Expand]Orders
 [Expand]Settings
 [Expand]Manufacturing
 [Expand]Goods
 [Expand]Service
 [Expand]Financials
 [Expand]Personnel
 [Expand]ZEUS Business Intelligence System
 [Expand]Desktop
  Web Portals
  Extra
 [Collapse]Datalab Software System Environment
  [Expand]Security Policy
  [Collapse]Installation
    Windows Vista
    Windows Terminal Server
    Installing PANTHEON on Linux and Oracle Database
   [Collapse]MS SQL Server
     MS SQL Server Installation
     Changing SQL Sort Order
     SQL Server Agent
    [Collapse]MS SQL Server Security
      Windows Authentication
      SQL Server Authentication
      Creating Server Logins
      Fixed Server Role
      Fixed Database Role
      SQL Server Service Settings
      Encrypting SQL Server Connections
    [Expand]Useful SQL Queries
   [Expand]Oracle Database
   [Expand]ODBC
  [Expand]Task Scheduling
  [Expand]PANTHEON System Environment
  [Expand]Datalab Utilities
  [Expand]Database Administration
 [Expand]Messages and Warnings
 [Expand]Additional Programs
 Opening or closing round bracket missing!
 Debugging Formulas
[Expand]Testing and Debugging Formulas
 Opening or closing square bracket missing!
 Conditional statement at position x not enclosed in square brackets!
 Syntax error in conditional statement. Correct syntax is [condition:value]
 Adjacent operators (xx)!
 Last character of the formula is an operator!
 Variable not enclosed in hashes (#)!
 Illegal characters: xyz
 Unknown error!
[Expand]User Manual for Datalab PANTHEON Farming
[Expand]User Site
 Adjacent hashes!
 The line number must be an integer (#xx#)!
 The first character of #xx# must be a transaction type or a column mark!
 The first character of #xx# must be an operation type (R, S, O or A)!
 The second character of #xx# must be a transaction type (D, K, S, P, or O)!
 Variable not defined
[Expand]Kralicek Quicktest Financial Ratios

Load Time: 406,2572 ms
print   |
Label

Fixed Server Role

Fixed Server Role

Fixed Server Role

Server roles apply server-wide and the roles themselves cannot be changed, only applied to logins. The following server roles exist:

 

Server Role Permission
sysadmin Can perform any activity.
serveradmin Can configure the server-wide settings.
setupadmin Can manage extended stored procedures.
securityadmin Can manage the logins for the server.
processadmin Can manage the processes running in SQL Server.
dbcreator Can create and alter databases.
diskadmin Can manage the disk files.

Assigning Server Roles in Enterprise Manager

  1. In Enterprise Manager, find the desired SQL Server instance.
  2. Go to Security and then Server Roles.
  3. In the right-hand panel, right-click the desired role and select Properties.

In the General tab, click the Add... button  and select the logins that you wish to assign the selected role. The Permissions tab lists the actions that the selected role can perform.

004027.gif

Assigning Server Roles with T-SQL

You can assign server roles by running the following command:

sp_addsrvrolemember [@loginame =] 'login', [@rolename =] 'role'

You can remove server roles with the following command:

sp_dropsrvrolemember [@loginame =] 'login', [@rolename =] 'role'

where login is the login name you wish to add/remove, and role is the role you are assigning/removing.




Rate this topic
Was this topic usefull?
Comments
Comment will also bo visible in forum!