Hi Matt,
I am not sure what you want with this.
The query
SELECT * FROM idmv_link_ext_active with (nolock) where mcThisOcName ='MX_ROLE'
will basically give you the roles, owners and privileges assigned to the roles.
The query
SELECT * FROM idmv_link_ext_active with (nolock) where mcOtherOcName ='MX_ROLE'
will basically give you the persons and roles assigned.
Please specify what you exactly are looking for :-)
Regards,
Ole K.