Is there an option I can select in SQL management studio, when an int is entered into a it must be unique from all the other columns in that table.
Id Name Code 1 John 3545 2 Mark 454 3 Jim 989
If the user tried to create an account: 4 Mick 3545 - this would fail?