0
kicks
Add Primary Key in SQL Server
In this story, I would like to share about adding a primary key to a table in SQL Server. One of the cirtical factor in database/table designing is to prevent duplicate records. There are several ways to do this. You can place Unique Index or Unique Constraint or add a primary key. Well there is only slight difference between these things.