(SQL) SQL (2014)

New SQL Server project templates for VS2015 (Create XML Index.sql)

   1:  CREATE PRIMARY XML INDEX [$ChildObjectName$]
   2:      ON [$SchemaName$].[$ParentObjectName$]
   3:      (Id)


Comments ( )
Link to this page: //www.vb-net.com/VS2015-SQL-Server-Project-Templates/Create-XML-Index-sql.htm
< THANKS ME>