New SQL Server project templates for VS2015 (Create Spatial Index.sql)
1: CREATE SPATIAL INDEX [$rawname$]
2: ON [$SchemaName$].[$ParentObjectName$]
3: ($UnknownColumnPlaceholder$)
4: WITH ( BOUNDING_BOX = ( 0, 0, 0, 0 ) )
Comments (
)
Link to this page:
//www.vb-net.com/VS2015-SQL-Server-Project-Templates/Create-Spatial-Index-sql.htm
|