Peristiwa
31 Mac, 11 PTG - 2 Apr, 11 PTG
Acara pembelajaran SQL, Fabric dan Power BI terbesar. 31 Mac - 2 April. Gunakan kod FABINSIDER untuk menjimatkan $400.
Daftar hari iniPelayar ini tidak lagi disokong.
Naik taraf kepada Microsoft Edge untuk memanfaatkan ciri, kemas kini keselamatan dan sokongan teknikal yang terkini.
Applies to:
SQL Server
Enables or disables support for up to 15,000 partitions for the specified database.
Penting
This feature will be removed in a future version of SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.
Transact-SQL syntax conventions
sp_db_increased_partitions
[ [ @dbname = ] N'dbname' ]
[ , [ @increased_partitions = ] 'increased_partitions' ]
[ ; ]
The name of the database. @dbname is sysname, with a default of NULL
.
If @dbname isn't specified, the current database is used.
Enables or disables support for 15,000 partitions on the specified database. @increased_partitions is varchar(6), with a default of NULL
. Accepted values are ON
or TRUE
to enable support, and OFF
or FALSE
to disable support.
If @increased_partitions isn't specified, the procedure returns 1
to indicate support is enabled for the specified database, or 0
to indicate support is disabled.
0
(success) or 1
(failure).
Requires ALTER DATABASE
permission on the specified database.
Peristiwa
31 Mac, 11 PTG - 2 Apr, 11 PTG
Acara pembelajaran SQL, Fabric dan Power BI terbesar. 31 Mac - 2 April. Gunakan kod FABINSIDER untuk menjimatkan $400.
Daftar hari ini