This is a T-SQL script that allows to create/add table partitions.
CreatePartition.sql script allows to,
- partition a unpartitioned table
- add partitions to partitioned table
T-SQL script that create/update table partitions
Repository from Github https://github.comudayaw/mssql-table-partitioning-script
This is a T-SQL script that allows to create/add table partitions.
CreatePartition.sql script allows to,
T-SQL script that create/update table partitions