Description
noneIndex properties
| name | value |
|---|
| name | [Person].[Person].[XMLPROPERTY_Person_Demographics]
|
| description | |
| table | Person
|
| size (kb) | 0
|
| clustered | False
|
| unique | False
|
| fill factor | 0
|
| filegroup | PRIMARY
|
| ignore duplicate keys | False
|
| index key type | None
|
| disallowPageLocks | False
|
| disallowRowLocks | False
|
| full text key | False
|
| on computed | False
|
| on table | True
|
| system named | False
|
| pad index | False
|
| sort in tempdb | False
|
| compact large objects | True
|
| disabled | False
|
| partitioned | False
|
| xml index | True
|
| max degree of parallelism | -1
|
| online index operation | False
|
| parent xml index | PXML_Person_Demographics
|
| secondary xml index type | Property
|
| partition scheme |
|
Columns
| name | sort order | computed | included |
|---|
| Demographics
| ascending | False
| False
|
Dependency graph
Objects that [Person].[Person].[XMLPROPERTY_Person_Demographics] depends on
| name | object type | database | server | level |
|---|
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)