Događaj
31. mar 23 - 2. apr 23
Najveći SKL, Fabric i Pover BI događaj učenja. 31. mart – 2. april. Koristite kod FABINSIDER da uštedite $400.
Registrujte se već danasOvaj pregledač više nije podržan.
Nadogradite na Microsoft Edge biste iskoristili najnovije funkcije, bezbednosne ispravke i tehničku podršku.
Applies to:
SQL Server
Azure SQL Managed Instance
You can create a workload group by using SQL Server Management Studio or Transact-SQL.
Creating a workload group requires the CONTROL SERVER
permission.
To create a workload group using SQL Server Management Studio:
To create a workload group by using Transact-SQL:
ALTER RESOURCE GOVERNOR RECONFIGURE
statement for the changes to take effect.The following example creates a workload group named groupAdhoc
in the resource pool named poolAdhoc
, and configures the maximum memory grant per request.
CREATE WORKLOAD GROUP groupAdhoc WITH (REQUEST_MAX_MEMORY_GRANT_PERCENT = 30)
USING poolAdhoc;
ALTER RESOURCE GOVERNOR RECONFIGURE;
Resource pools can govern a variety of system resources. For more information, see CREATE WORKLOAD GROUP.
For more samples and a complete walkthrough, see Tutorial: Resource governor configuration examples and best practices.
Događaj
31. mar 23 - 2. apr 23
Najveći SKL, Fabric i Pover BI događaj učenja. 31. mart – 2. april. Koristite kod FABINSIDER da uštedite $400.
Registrujte se već danasObuka
Modul
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.
Certifikacija
Microsoft Certified: Azure Database Administrator Associate - Certifications
Administer an SQL Server database infrastructure for cloud, on-premises and hybrid relational databases using the Microsoft PaaS relational database offerings.
Dokumentacija
Create and Validate Resource Governor Configuration - SQL Server
Use examples to learn how to create and validate resource governor configuration.
Resource Governor Workload Group - SQL Server
Resource governor uses a workload group as a container for requests that are subject to common policies.
Configure Resource Governor Using a Template - SQL Server
Learn how to configure resource governor by using a template that is provided in SQL Server Management Studio.