Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

How to Prevent insert duplicate value by check constraint

$
0
0
Hi There is a table which has one field with some duplicate values.we can not drop or update these duplicate values and have accepted them.But after now, we have to prevent insert duplicate keys. can I do this by check constraints? this is the best way for me if possible .And if It is not possible what is the second option?thank you

Viewing all articles
Browse latest Browse all 3145

Trending Articles