CS 10.0
SQL Server
I was hoping someone would have created SQL to list membership of all groups.
I.e.,
Group A
o User 1
o User 2
o User 3
o User 5
Group B
o User 4
o User 5
o User 6
o User 7
This shows that User 5 is in both groups. Anyway, what I want is a complete list of Groups with their Members.
Has anyone done this before?
Thanks.