(SQL) SQL (2014)

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

   1:  CREATE PARTITION FUNCTION [$rawname$]
   2:      (
   3:          int
   4:      )
   5:      AS RANGE LEFT
   6:      FOR VALUES (1,100,1000)


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