DROP RESOURCE POOL (Transact-SQL)

Drops a user-defined Resource Governor resource pool.

Ikona łącza do tematu Transact-SQL Syntax Conventions.

Składnia

DROP RESOURCE POOL pool_name
[ ; ]

Arguments

  • pool_name
    Is the name of an existing user-defined resource pool.

Uwagi

You cannot drop a resource pool if it contains workload groups.

You cannot drop the Resource Governor default or internal pools.

When you are executing DDL statements, we recommend that you be familiar with Resource Governor states. For more information, see Resource Governor.

Permissions

Requires CONTROL SERVER permission.

Examples

The following example drops the resource pool named big_pool.

DROP RESOURCE POOL big_pool
GO
ALTER RESOURCE GOVERNOR RECONFIGURE
GO

Zobacz także

Odwołanie

CREATE RESOURCE POOL (Transact-SQL)

ALTER RESOURCE POOL (Transact-SQL)

CREATE WORKLOAD GROUP (Transact-SQL)

ALTER WORKLOAD GROUP (Transact-SQL)

DROP WORKLOAD GROUP (Transact-SQL)

ALTER RESOURCE GOVERNOR (Transact-SQL)

Koncepcje

Resource Governor