Re: Setup login account for application developer to access sql server

From: Sue Hoegemeier (Sue_H_at_nomail.please)
Date: 10/04/05


Date: Mon, 03 Oct 2005 20:54:39 -0600

If you want the user to be able to perform any task in just
one database, db_owner would cover it.
You wouldn't want sa - members of sysadmin can perform any
activity on the server, any activity in any database.

-Sue

On Mon, 3 Oct 2005 04:11:01 -0700, Joe
<Joe@discussions.microsoft.com> wrote:

>Dear all,
>If i want to setup login account for application developer to access the
>production sql server
>and i just want the user can preform any task only in one user database (say
>ShoppingCarts)
>what server roles and db roles i need to give to the user?
>Is it i need to give sa server role and then db owner db roles to the db to
>the user
>or i just need to give db owner db roles to the user but no need to give any
>server role to the user?



Relevant Pages

  • Re: securityadmin
    ... add the database user to db_datareader, ... fixed server role Security Administrators. ... I can go ahead and add that login as a database user and add them ...
    (microsoft.public.sqlserver.security)
  • Re: User permissions.
    ... > System Admins Server Role? ... You are correct that DENY has no effect on sysadmin role members because ... Also note that the db_owner fixed database role is very a powerful one. ...
    (microsoft.public.sqlserver.security)
  • Re: executing a stored procedure causes an OACreate errors
    ... The sa users is in this server role. ... > EXECUTE permission denied on object 'sp_OASetProperty', database 'master', ... > owner 'dbo'. ...
    (microsoft.public.sqlserver.programming)
  • Re: server roles for backup
    ... No the "diskadmin" server role does not give logins access to perform ... operators access to perform backups you can give them access to the ... > tapeadmin user the database server role of disk administrators give the ...
    (microsoft.public.sqlserver.server)
  • Re: Error executing Backup
    ... For RESTORE you cannot use db_backup operator if the database doesn't exist, ... dbcreator server role should do. ... I've configure "HP Omniback" to perform backups on ... configured this account i assign this account the "System ...
    (microsoft.public.sqlserver.server)