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: 16 
Fill Factor:
Don't Recompute Statistics:  
Description:  

Index Columns

Name Descending
  RegionID 
Total: 1 column(s)

Statistics

Updated: Aug 6 2000 1:34AM  
Average key length:
Density: 0.25 
Rows in the table:
Rows sampled for statistics data:
Distribution steps:

SQL

CREATE  UNIQUE  INDEX [PK_Region] ON [dbo].[Region]([RegionID]) ON [PRIMARY]
GO

See Also

List of indexes