Roles

  • I am trying to find out what roles the attached user has.

    I find the logged in user by using the command "Select System_User"

    What would I use to find out what roles / Groups the attached user belongs to.

  • does sp_helpuser 'username' help?  Run it from from the database in which the user exists.


    Growing old is mandatory, growing up is optional

  • Alright although sp_helpuser is not what I was looking for it lead me to the command

    exec sp_helprolemember 'role'

    Thanx

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

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