I have simple table in my SQL Server Database. This table contain two columns: ID int, Name nvarchar(50)
. The ID column is the primary key for my table.
I want the "Name" column to be "(No Duplicates)", like in Microsoft Access, but this column isn't the primary column. How could I do this?