Database reference - AdventureWorks

AdventureWorks -  indexes -  [HumanResources].[Department].[AK_Department_Name]

Description

Unique nonclustered index. 

Index properties

namevalue
name[HumanResources].[Department].[AK_Department_Name] 
descriptionnonclustered, unique located on PRIMARY
tableDepartment 
size (kb)16 
clusteredFalse 
uniqueTrue 
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
Name  ascendingFalse  False 

Dependency graph

DepartmentAK_Department_Name

Objects that [HumanResources].[Department].[AK_Department_Name] depends on

nameobject typelevel

Code

CREATE UNIQUE NONCLUSTERED INDEX [AK_Department_Name] ON [HumanResources].[Department] 
(
    [Name] 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