Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 5189eed

Browse files
Merge pull request #32624 from oslake/patch-25
Update alter-database-transact-sql.md
2 parents a207b52 + e6a5ffd commit 5189eed

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/t-sql/statements/alter-database-transact-sql.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: ALTER DATABASE (Transact-SQL) syntax for SQL Server, Azure SQL Data
44
author: markingmyname
55
ms.author: maghan
66
ms.reviewer: wiassaf
7-
ms.date: 08/26/2024
7+
ms.date: 12/12/2024
88
ms.service: sql
99
ms.subservice: t-sql
1010
ms.topic: reference
@@ -380,6 +380,7 @@ ALTER DATABASE { database_name | CURRENT }
380380
| 'GP_S_Gen5_n'
381381
| 'HS_DC_n'
382382
| 'HS_Gen5_n'
383+
| 'HS_S_Gen5_n'
383384
| 'HS_MOPRMS_n'
384385
| 'HS_PRMS_n'
385386
| { ELASTIC_POOL(name = <elastic_pool_name>) }
@@ -502,9 +503,10 @@ Specifies the compute size (also known as service level objective, or SLO).
502503
- For DTU purchasing model: `S0`, `S1`, `S2`, `S3`, `S4`, `S6`, `S7`, `S9`, `S12`, `P1`, `P2`, `P4`, `P6`, `P11`, `P15`. Refer to the [resource limits for DTU single databases](/azure/azure-sql/database/resource-limits-dtu-single-databases) or [resource limits for DTU elastic pools](/azure/azure-sql/database/resource-limits-dtu-elastic-pools) to find the number of DTU assigned to each compute size.
503504
- For the vCore purchasing model, choose the tier and provide the number of vCores from a preset list of values, where the number of vCores is `n`. Refer to the [resource limits for vCore single databases](/azure/azure-sql/database/resource-limits-vcore-single-databases) or [resource limits for vCore elastic pools](/azure/azure-sql/database/resource-limits-vcore-elastic-pools).
504505
- For example:
505-
- `GP_Gen5_8` for General Purpose Standard-series (Gen5) compute, 8 vCores.
506-
- `GP_S_Gen5_8` for General Purpose Serverless Standard-series (Gen5) compute, 8 vCores.
507-
- `HS_Gen5_8` for Hyperscale - provisioned compute - standard-series (Gen5), 8 vCores.
506+
- `GP_Gen5_8` for General Purpose, provisioned compute, Standard-series (Gen5), 8 vCores.
507+
- `GP_S_Gen5_8` for General Purpose, serverless compute, Standard-series (Gen5), 8 vCores.
508+
- `HS_Gen5_8` for Hyperscale, provisioned compute, Standard-series (Gen5), 8 vCores.
509+
- `HS_S_Gen5_8` for Hyperscale, serverless compute, Standard-series (Gen5), 8 vCores.
508510

509511
For example, the following sample changes service objective of a Premium tier database in the DTU purchasing model to `P6`:
510512

0 commit comments

Comments
 (0)