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

Commit 7381e1a

Browse files
authored
Merge pull request #17076 from cnicco/patch-1
Update create-external-resource-pool-transact-sql.md
2 parents 5c0321b + 93bea1f commit 7381e1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/t-sql/statements/create-external-resource-pool-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Is the user-defined name for the external resource pool. *pool_name* is alphanum
8989

9090
::: moniker range=">=sql-server-ver15||>=sql-server-linux-ver15||=sqlallproducts-allversions"
9191
MAX_CPU_PERCENT =*value*
92-
The maximum average CPU bandwidth for all requests in the external resource pool can receive when there's CPU contention. *value* is an integer. The allowed range for *value* is from 1 through 100.
92+
The maximum average CPU bandwidth for all requests that the external resource pool can receive when there's CPU contention. *value* is an integer. The allowed range for *value* is from 1 through 100.
9393

9494

9595
MAX_MEMORY_PERCENT =*value*
@@ -101,7 +101,7 @@ The maximum number of processes allowed for the external resource pool. 0 = unli
101101

102102
::: moniker range="=sql-server-2016||=sql-server-2017||=sqlallproducts-allversions"
103103
MAX_CPU_PERCENT =*value*
104-
The maximum average CPU bandwidth for all requests in the external resource pool can receive when there's CPU contention. *value* is an integer. The allowed range for *value* is from 1 through 100.
104+
The maximum average CPU bandwidth for all requests that the external resource pool can receive when there's CPU contention. *value* is an integer. The allowed range for *value* is from 1 through 100.
105105

106106
AFFINITY {CPU = AUTO | ( <CPU_range_spec>) | NUMANODE = (\<NUMA_node_range_spec>)}
107107
Attach the external resource pool to specific CPUs.

0 commit comments

Comments
 (0)