Results 1 to 5 of 5

Thread: db roles / server roles

  1. #1
    Join Date
    Apr 2007
    Posts
    2

    db roles / server roles

    Hi,

    I'm looking for some guidance/help regarding setting up a sa - lite account in SQL 2005. I need to give another admin rights to create/monitor maintenance plans, backup and restore databases, monitor performance/logins, but NOT be able to have any rights on several tables (and of course not being able to set user permissions).

    I've tried using server and db roles but haven't been able to determine how to give someone w/o full sa rights access to maintenance plans.

    If you can think of soemthing, please let m eknow.

    Jenn

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    Many of the rights you want are sysadmin functions.

    Did you try granting higher privilege and DENYing the select and other rights?.

  3. #3
    Join Date
    Sep 2002
    Posts
    5,938
    You can't stop people once put them in sysadmin role.

  4. #4
    Join Date
    Apr 2007
    Posts
    2
    Thank you both for your replies

    Rmiao,

    r u saying that it's not possible to give a user backup/restore rights and maintenance plan rights - but disallow them access to certain tables and creating/editing users?

    Thanks so much!

  5. #5
    Join Date
    Sep 2002
    Posts
    5,938
    You need sysadmin rights to create maintenance plan, how can you stop sysadmin from access table?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •