How to create an admin with some limitations?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bertainafederico@gmail.com

    How to create an admin with some limitations?

    I've a SQL 2005 with a certain number of db.
    Until today i was the only admin of all dbs.
    Now i need to give to another admin permission to manage one specific
    db (but only that).
    Ho censito un utente di sql con accessi abilitati solo a quel db.
    If i connect to Enterprise manager with that limited login there is a
    problem: i see (only see)
    all dbs, also db where this login is not autorized.
    How can i work for not permitting this login to see other dbs? He
    only
    can see them but i
    don't want because of privacy. Is it possible?

  • Erland Sommarskog

    #2
    Re: How to create an admin with some limitations?

    (bertainafederi co@gmail.com) writes:
    I've a SQL 2005 with a certain number of db.
    Until today i was the only admin of all dbs.
    Now i need to give to another admin permission to manage one specific
    db (but only that).
    Ho censito un utente di sql con accessi abilitati solo a quel db.
    If i connect to Enterprise manager with that limited login there is a
    problem: i see (only see)
    all dbs, also db where this login is not autorized.
    How can i work for not permitting this login to see other dbs? He
    only
    can see them but i
    don't want because of privacy. Is it possible?
    Did you try DENY VIEW ANY DATABASE TO Tizio as I suggested in response to
    your Italian post?


    --
    Erland Sommarskog, SQL Server MVP, esquel@sommarsk og.se

    Books Online for SQL Server 2005 at

    Books Online for SQL Server 2000 at

    Comment

    • bertainafederico@gmail.com

      #3
      Re: How to create an admin with some limitations?

      Yes, i try and now i can work correctly with limited user onto the
      database.
      But in the listing of db i can't see any db... So now the problem is
      making possible to the user
      viewing his db

      Comment

      • bertainafederico@gmail.com

        #4
        Re: How to create an admin with some limitations?

        My limited user now can only see master and tempdb in the list of
        dbs...

        Comment

        • bertainafederico@gmail.com

          #5
          Re: How to create an admin with some limitations?

          Ok, resolved reading an italian tutorial. Thanks of all

          Comment

          Working...