The below SQL query is useful to find out the Security Roles assigned to the users from backend by querying the Organization _MSCRM database in SQL Server.
select role . name as 'Role Name' ...(read more)
↧