I have a table with a primary key, but I want two other columns to be constrained so the combination of the two is guaranteed always to be unique.
(a dumb example: In a
Just so that you know, when you create a unique constraint SQL Server will create an index behind the scenes