View Single Post

   
  #1 (permalink)  
Old 02-29-2008, 04:35 AM
Bob
 
Posts: n/a
Default Using Unique Indexes

Why, in the process of creating a unique index, does SQL Server allow
me to select the "Ignore duplicate keys" option? Wouldn't I just
create a non-unique index if I wanted to ignore duplicate keys? I
came across this fact while preparing for the SQL Server design exam.
Reply With Quote