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: Clustered index on the view vProductAndDescription. 

Index Columns

Name Descending Included
  ProductID     
  CultureID     
Total: 2 column(s)

Statistics

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

SQL

CREATE  UNIQUE  CLUSTERED  INDEX [IX_vProductAndDescription] ON [Production].[vProductAndDescription]([CultureID], [ProductID]) ON [PRIMARY]
GO

See Also

List of indexes