Applies to: SQL Server Azure SQL Managed Instance
You can create a resource pool by using SQL Server Management Studio or Transact-SQL. To understand the concepts related to resource pools, see Resource governor resource pool.
LimitationsCreating a resource pool requires CONTROL SERVER
permission.
To create a resource pool using SQL Server Management Studio:
*
).To create a resource pool using Transact-SQL:
ALTER RESOURCE GOVERNOR RECONFIGURE
statement.The following example creates a resource pool named poolAdhoc
and makes the new configuration effective.
CREATE RESOURCE POOL poolAdhoc WITH (MAX_CPU_PERCENT = 20);
ALTER RESOURCE GOVERNOR RECONFIGURE;
Resource pools can govern a variety of system resources. For more information, see CREATE RESOURCE POOL.
For more samples and a complete walkthrough, see Tutorial: Resource governor configuration examples and best practices.
Related contentRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4