New SQL Server project templates for VS2015 (Create Partition Scheme.sql)
1: CREATE PARTITION SCHEME [$rawname$]
2: AS PARTITION [$SomePartitionFunction$]
3: TO ([$Filegroup1$], [$Filegroup2$], [$Filegroup3$])
Comments (
)
Link to this page:
//www.vb-net.com/VS2015-SQL-Server-Project-Templates/Create-Partition-Scheme-sql.htm
|