sp_db_increased_partitions
SQL Server 2012
Enables or disables support for up to 15,000 partitions for the specified database. This procedure applies only to SQL Server 2008 SP2 and higher versions and SQL Server 2008 R2 SP1 and higher versions. For more information, see Support for 15,000 Partitions in SQL Server 2008 SP2 and SQL Server 2008 R2 SP1.
Support for 15,000 partitions is available by default in SQL Server 2012. Do not use this stored procedure for SQL Server 2012.
Important
|
|---|
|
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. |

Important