Database reference - AdventureWorks

AdventureWorks -  indexes -  [Purchasing].[ProductVendor].[IX_ProductVendor_UnitMeasureCode]

Description

Nonclustered index. 

Index properties

namevalue
name[Purchasing].[ProductVendor].[IX_ProductVendor_UnitMeasureCode] 
descriptionnonclustered located on PRIMARY
tableProductVendor 
size (kb)16 
clusteredFalse 
uniqueFalse 
fill factor
filegroupPRIMARY 
ignore duplicate keysFalse 
index key typeNone 
disallowPageLocksFalse 
disallowRowLocksFalse 
full text keyFalse 
on computedFalse 
on tableTrue 
system namedFalse 
no automatic recomputationFalse 
pad indexFalse 
sort in tempdbFalse 
compact large objectsTrue 
disabledFalse 
partitionedFalse 
xml indexFalse 
max degree of parallelism-1 
online index operationFalse 
parent xml index 
secondary xml index typeNone 
partition scheme 

Columns

namesort ordercomputedincluded
UnitMeasureCode  ascendingFalse  False 

Dependency graph

ProductVendorIX_ProductVendor_UnitMeasureCode

Objects that [Purchasing].[ProductVendor].[IX_ProductVendor_UnitMeasureCode] depends on

nameobject typelevel

Code

CREATE NONCLUSTERED INDEX [IX_ProductVendor_UnitMeasureCode] ON [Purchasing].[ProductVendor] 
(
    [UnitMeasureCode] ASC
)WITH (PAD_INDEX  = OFF, STATISTICS_NORECOMPUTE  = OFF, SORT_IN_TEMPDB = OFF, IGNORE_DUP_KEY = OFF, DROP_EXISTING = OFF, ONLINE = OFF, ALLOW_ROW_LOCKS  = ON, ALLOW_PAGE_LOCKS  = ON) ON [PRIMARY]

Powered by Yoyodyne © 1971