Scenario: I have 3 tables for this data exception report that I care about -
Table Fields
User UserID, UserName ...
UserSupportGroup UserSupportGroupID, UserID, SupportGroupID ...
SupportGroup SupportGroupID, SupportGroupName ...
UserSupportGroup is a junction table and allows many:many.
I want to be able to produce a result set where a supportgroup exists with duplicate users. The supportgroup can have a different name, but the user list must be an exact match. This will be for SQL Server 2000
Table Fields
User UserID, UserName ...
UserSupportGroup UserSupportGroupID, UserID, SupportGroupID ...
SupportGroup SupportGroupID, SupportGroupName ...
UserSupportGroup is a junction table and allows many:many.
I want to be able to produce a result set where a supportgroup exists with duplicate users. The supportgroup can have a different name, but the user list must be an exact match. This will be for SQL Server 2000