Project DescriptionThe SQL Server Partitioned Table Framework (PTF) consists of a set of T-SQL Procedures that ease the maintenance work associated with partitioned tables.
PTF supports the following Microsoft SQL Server versions:
- SQL Server 2005
- SQL Server 2008 (R2)
- SQL Server 2012
The PTF project consists of the following files:
- install_ptf.sql - PTF Installation script
- uninstall_ptf.sql - script for deinstallation of all PTF database objects
- PTF.docx - PTF documentation and reference
To install PTF run the installation script in each database that contains partitioned tables to be managed by PTF, e.g.
sqlcmd.exe /S <SQL Server instance> /E /d <database name> /i install_ptf.sql