I have a database role named gc_stationAdmin. I have a user x who has this role granted him when via Mgmt Studio under Logins. In fact I have 50+ users who have this role.
1) when I execute sp_helpRoleMember I see only 20 users who have this role when I'm expecting to see 50 and user X is not amongst the 20
2) when sp_helpRoleMember is executed AS user X, they only see 1 user with this role (and it's not himself)
3) when I drop user X from Role using sp_dropRoleMember OR using Mgmt Studio under Login Properties, it never drops him according to Mgmt Studio. When I pull up the login properties, that role is still always checked no matter what I do...although he doesn't appear in the sp_helpRoleMember result ever.
What is going on with this Why is dropping role member not effective And how can I get user X to appear in the resultset of sp_HelpRoleMember
Thanks in advance for any help...this is totally confusing me.