Database reference - AdventureWorks2008

AdventureWorks2008 -  indexes -  [Person].[Person].[XMLPROPERTY_Person_Demographics]

Description

none

Index properties

namevalue
name[Person].[Person].[XMLPROPERTY_Person_Demographics] 
description
tablePerson 
size (kb)
clusteredFalse 
uniqueFalse 
fill factor
filegroupPRIMARY 
ignore duplicate keysFalse 
index key typeNone 
disallowPageLocksFalse 
disallowRowLocksFalse 
full text keyFalse 
on computedFalse 
on tableTrue 
system namedFalse 
pad indexFalse 
sort in tempdbFalse 
compact large objectsTrue 
disabledFalse 
partitionedFalse 
xml indexTrue 
max degree of parallelism-1 
online index operationFalse 
parent xml indexPXML_Person_Demographics 
secondary xml index typeProperty 
partition scheme 

Columns

namesort ordercomputedincluded
Demographics  ascendingFalse  False 

Dependency graph

PersonXMLPROPERTY_Person_Demographics

Objects that [Person].[Person].[XMLPROPERTY_Person_Demographics] depends on

nameobject typedatabaseserverlevel

Code

SET ARITHABORT ON
SET CONCAT_NULL_YIELDS_NULL ON
SET ANSI_PADDING ON
SET ANSI_WARNINGS ON
SET NUMERIC_ROUNDABORT OFF
CREATE XML INDEX [XMLPROPERTY_Person_Demographics] ON [Person].[Person] 
(
    [Demographics]
)
USING XML INDEX [PXML_Person_Demographics] FOR PROPERTY WITH (PAD_INDEX  = OFF, SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, ALLOW_ROW_LOCKS  = ON, ALLOW_PAGE_LOCKS  = ON)



Documentation generated by SqlSpec