New SQL Server project templates for VS2015 (Create Selective XML Index.sql)
1: CREATE SELECTIVE XML INDEX [$ChildObjectName$]
2: ON [$SchemaName$].[$ParentObjectName$]
3: ($UnknownColumnPlaceholder$)
4: FOR
5: (
6: XPath1='/'
7: )
Comments (
)
Link to this page:
//www.vb-net.com/VS2015-SQL-Server-Project-Templates/Create-Selective-XML-Index-sql.htm
|