Trent:If I edit a table directly in SQL Server and want to add an index or key, there are four options:
1. Primary Key - straight forward, no issues.
2. Unique Index - straight forward, no issues.
3. Non-Unique Index - straight forward, no issues.
4. Unique Key - this is the option that I can't figure out how to do. This is a secondary key that must be unique - enforced through a constraint. In addition, an index is created.