Expand Minimize
This topic has not yet been rated - Rate this topic

DROP RESOURCE POOL (Transact-SQL)

Drops a user-defined Resource Governor resource pool.

Topic link icon Transact-SQL Syntax Conventions.


DROP RESOURCE POOL pool_name
[ ; ]
pool_name

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

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 States.

Requires CONTROL SERVER permission.

The following example drops the resource pool named big_pool.

DROP RESOURCE POOL big_pool
GO
ALTER RESOURCE GOVERNOR RECONFIGURE
GO
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.