So when doing a sel * from dbc.userrolerights I receive a list of every rolename / databasename / tablename / columnname / accessright / grantorname for my user. I want to have this same information but for every user on the system. AllRoleRightsV doesn't have a username column so I am not sure how it could provide this detail. I thought maybe it would list the users under the databasename tab but then it would just 1 record per username which is not correct.
As always -- thanks for the quick response Dieter.
I may not have explained as well as I could have.
So when doing a sel * from dbc.userrolerights I receive a list of every rolename / databasename / tablename / columnname / accessright / grantorname for my user. I want to have this same information but for every user on the system. AllRoleRightsV doesn't have a username column so I am not sure how it could provide this detail. I thought maybe it would list the users under the databasename tab but then it would just 1 record per username which is not correct.
As always -- thanks for the quick response Dieter.