SQL server user account permissions

Discussion in 'SQL Server' started by Learner3456, May 11, 2011.

  1. Learner3456

    Learner3456 New Member

    Joined:
    Oct 22, 2009
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    Hi,

    We are doing some update/maintenance work on our classic ASP site which is backed by SQL Server 2005. The person doing the work comes from outside the company and needs access to the DB server. I was wondering what type of account and permissions he should be given.

    The requirements are:

    1. Access restricted to only 1 database [INVENTORY]
    2. No possibility of creating, modifying user accounts
    3. No possibility of modifying, updating, deleting of tables and records
    4. Possibility of modifying, creating stored procedures (however the permissible statements should not include commands reserved for DB Admin and Owner accounts).


    Thanks a lot to all the helpful Gurus!
     
  2. mountainman

    mountainman Banned

    Joined:
    Feb 6, 2012
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    0
    May be this will help you – Just set up a profiler of SQL server trace to examine the “audit login failed event” to get together detailed information about permissions problems or issues. If you eant further concern of how to use SQL server profiler just check the SQL server documentations in msdn.microsoft.com.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice