Properties

Clustered Index:  
Primary Key Index:  
Unique Index:  
Ignore Duplicates:  
Pad Index:  
Allow Row Locks:  
Allow Page Locks:  
Is computed column in index:  
Located On: PRIMARY 
Size KB: 1896 
Fill Factor:
Don't Recompute Statistics:  
Description: Primary key (clustered) constraint 

Index Columns

Name Descending Included
  ContactID     
Total: 1 column(s)

Statistics

Updated: Apr 26 2006 11:49AM 
Average key length:
Density:
Rows in the table: 19972 
Rows sampled for statistics data: 19972 
Distribution steps:

SQL

CREATE  UNIQUE  CLUSTERED  INDEX [PK_Contact_ContactID] ON [Person].[Contact]([ContactID]) ON [PRIMARY]
GO

See Also

List of indexes