Database reference - AdventureWorks2008

AdventureWorks2008 -  indexes -  [Purchasing].[ProductVendor].[IX_ProductVendor_BusinessEntityID]

Description

Nonclustered index. 

Index properties

namevalue
name[Purchasing].[ProductVendor].[IX_ProductVendor_BusinessEntityID] 
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
BusinessEntityID  ascendingFalse  False 

Dependency graph

ProductVendorIX_ProductVendor_BusinessEntityID

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

nameobject typedatabaseserverlevel

Code

CREATE NONCLUSTERED INDEX [IX_ProductVendor_BusinessEntityID] ON [Purchasing].[ProductVendor] 
(
    [BusinessEntityID] 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]



Documentation generated by SqlSpec