Link to home
Start Free TrialLog in
Avatar of craigdev
craigdev

asked on

Unique column

How do I modify a column in management studio to add a constraint that all records in the column must be unique?

ID      int      (PK, Auto Increment)
Expired      bit      
Filename      nvarchar(50)      
Name      nvarchar(50)      
FileType      nvarchar(50)      
BackupFile      nvarchar(50)      
Client      int      
PlacementType      int      

Filename should be unique. Thanks!


ASKER CERTIFIED SOLUTION
Avatar of Aneesh
Aneesh
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial