How do I make a composite key with SQL Server Management Studio?
I want two INT columns to form the identity (unique) for a table
Open up the table designer in SQL Server Management Studio (right-click table and select 'Design')
Holding down the Ctrl key highlight two or more columns in the left hand table margin
Hit the little 'Key' on the standard menu bar at the top
You're done..
:-)