(SQL) SQL (2014)

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

   1:  CREATE STATISTICS [$ChildObjectName$]
   2:      ON [$SchemaName$].[$ParentObjectName$]
   3:          ($UnknownColumnPlaceholder$)
   4:      WITH
   5:      SAMPLE 50 PERCENT


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