What I'm looking for is a list of roles a particular user is a member
of.
the closest I've found so far is sp_helprolememb er without any
arguements. but this gives me all the roles and all the users. I want
this same list filtered on a specific user.
something like sp_??? 'user'
of.
the closest I've found so far is sp_helprolememb er without any
arguements. but this gives me all the roles and all the users. I want
this same list filtered on a specific user.
something like sp_??? 'user'
Comment