Ócáid
Mar 31, 11 PM - Apr 2, 11 PM
An ócáid foghlama SQL, Fabric and Power BI is mó. Márta 31 – 2 Aibreán. Bain úsáid as cód FABINSIDER chun $ 400 a shábháil.
Cláraigh inniuNí thacaítear leis an mbrabhsálaí seo a thuilleadh.
Uasghrádú go Microsoft Edge chun leas a bhaint as na gnéithe is déanaí, nuashonruithe slándála, agus tacaíocht theicniúil.
Applies to:
SQL Server
Azure SQL Managed Instance
You can delete a resource pool by using either SQL Server Management Studio or Transact-SQL.
default
or internal
resource pools.Deleting a resource pool requires CONTROL SERVER
permission.
To delete a resource pool using SQL Server Management Studio:
In SQL Server Management Studio, open Object Explorer and expand the Management node down to and including Resource Governor.
Open the context menu of the resource pool to be deleted and select Delete.
In the Delete Object window, the resource pool is listed in the Object to be deleted list. To delete the resource pool, select OK.
Nóta
If the resource pool that you are trying to delete contains a workload group, this action fails.
To delete a resource pool using Transact-SQL:
ALTER RESOURCE GOVERNOR RECONFIGURE
statement for the changes to take effect.The following example deletes a resource pool named poolAdhoc
and makes the new configuration effective.
DROP RESOURCE POOL poolAdhoc;
ALTER RESOURCE GOVERNOR RECONFIGURE;
Ócáid
Mar 31, 11 PM - Apr 2, 11 PM
An ócáid foghlama SQL, Fabric and Power BI is mó. Márta 31 – 2 Aibreán. Bain úsáid as cód FABINSIDER chun $ 400 a shábháil.
Cláraigh inniuOiliúint
Modúl
Scale multiple Azure SQL Databases with SQL elastic pools - Training
Learn how to create SQL elastic pools and how to use them to manage performance and cost for a collection of SQL databases.
Doiciméadúchán
Delete a Workload Group - SQL Server
Learn how to delete a workload group using either SQL Server Management Studio or Transact-SQL.
Move a Workload Group - SQL Server
Learn how to move a resource governor workload group to a different resource pool by using either SQL Server Management Studio or Transact-SQL.
Disable Resource Governor - SQL Server
Learn how to disable resource governor using either SQL Server Management Studio or Transact-SQL.