gregdodd.me
Included Columns on Unique Non-Clustered Indexes are not part of the Unique Constraint
I needed to add a Unique Constraint today to a table. We could go ahead and just add a constraint, but the data I wanted to constrain on was already indexed. Could I just make that a Unique Index a…