This software manages partitioned tables in SQL Server by allowing users to merge, split, and switch partitions. It also partitions existing tables to efficiently move subsets of data.

SQL Partition Manager not only partitions existing tables with data, but it also turns them into more manageable chunks of data to be moved in and out of different systems. This software allows for the conversion of nonpartitioned tables with data into partitioned tables. It also enables easy splitting and merging of table partitions, switching partitions between partitioned tables, and creation and management of partition functions and schemes.
If you need to automate your frequently performed operations with partitioned tables, SQL Partition Manager 2.0 includes a console version to make this possible. Use this feature for tasks such as merging and splitting partitions or creating staging tables and switching partition data in and out.
The recent GUI updates to SQL Partition Manager 2.0 allow users to see SQL scripts executed during maintenance operations. This feature lets you add generated SQL scripts to your existing scripts and combine them into one. Finally, this version also allows users to quickly review and modify partition objects in their database. If you want to simplify your database management, SQL Partition Manager is a great choice.
Version 2.0.16:
- The installer now includes a console version of SQL Partition Manager.
- The new GUI version of SQL Partition Manager allows you to view executed SQL script when performing maintenance operations.
Version 1.1.56: N/A