Object Level Permissions

  • Hi

    Is there a way to find out object level permissions for each db on a server? I mean what users/groups have permission to what views/procs/tables?

    Thanks

  • You could use SQL DMO.

    Nigel Moore
    ======================

  • sp_helprotect

    Returns a report with information about user permissions for an object, or statement permissions, in the current database.

  • Hi

    Thanks.

    I don't know anything about SQL DMO, how do I use that?

    The procedure worked great; but now how can I find out what users are assigned to a group?

    Thanks

  • quote:


    how can I find out what users are assigned to a group?


    Are you talking about server/database roles? If you are, use sp_sp_helprolemember, sp_helpsrvrolemember.

    If you want to know who is in NT group, ask your NT administrators.

  • If you are running sql 2000 enterprise manager, you can find out who is in an nt group via EM

    go to add a new login.

    click on the ... next to the name

    find your group, and press the members button

    Regards

    Steven

  • Howdy

    Thanks everyone. Great tips, I appreceate all the help.

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply