I have a table where the clustered primary key is on (A,B).
I also have an index on fields (B,A).
Is there any advantage on having the above index marked as unique? (As the uniqueness is already enforced by the primary key.) Or is it simply a cost with no benefits?
Thanks,
David McKinney.