how do I see what permission and object has...

  • I always use a template to create my db objects, and permission is assigned at the end.  Usually its grant all to public.  I know this inspires some arguments.  But, i have a programmer that consistently skips the assignment.  Some of our users cannot get to his objects. 

    So, i just want a way to see what objects are assigned to what group.  Then I can fix the ones that are missing. 

    I don't want to bulk assign them all.  Just the ones that have missing assignments.

     

    Thanks.

  • to see what permissions an object has, use  

    sp_helprotect

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

    HTH

    Billy

Viewing 2 posts - 1 through 1 (of 1 total)

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