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: 40 
Fill Factor:
Don't Recompute Statistics:  
Description: Primary key (clustered) constraint 

Index Columns

Name Descending Included
  ShiftID     
Total: 1 column(s)

Statistics

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

SQL

CREATE  UNIQUE  CLUSTERED  INDEX [PK_Shift_ShiftID] ON [HumanResources].[Shift]([ShiftID]) ON [PRIMARY]
GO

See Also

List of indexes