I would like create a unique constraint which specifies that for an ID and BriefID there should be a Unique Name.
eg. the following would not be allowed because of the constraint.
ID BriefID Name
12 32 first
12 32 first
the table structure is as follows.
PK ID int
Name nvarchar(50)
FK BriefID int
StatusID int
StartDate datetimeoffset(7)
EndDate datetime
FrequencyID int
MaxArticleDisplay int
LastDateAlertSent datetime