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

Commit 8fb96ca

Browse files
committed
updates
1 parent e8578fd commit 8fb96ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/t-sql/statements/create-workload-classifier-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ EXEC sys.sp_set_session_context @key = 'wlm_context', @value = null
103103
Specifies the start_time and end_time that a request can be classified against. Both start_time and end_time are of the HH:MM format in UTC time zone. Start_time and end_time must be specified together.
104104

105105
Example:
106+
106107
```sql
107108
CREATE WORKLOAD CLASSIFIER wcELTLoads WITH
108109
( WORKLOAD_GROUP = 'wgDataLoads'
@@ -111,7 +112,6 @@ CREATE WORKLOAD CLASSIFIER wcELTLoads WITH
111112
,END_TIME = '02:00' )
112113
```
113114

114-
115115
*IMPORTANCE* = { LOW | BELOW_NORMAL | NORMAL | ABOVE_NORMAL | HIGH }
116116
Specifies the relative importance of a request. Importance is one of the following:
117117

@@ -121,7 +121,7 @@ Specifies the relative importance of a request. Importance is one of the follow
121121
- ABOVE_NORMAL
122122
- HIGH
123123

124-
Importance influences the order in which requests are scheduled, thus giving first access to resources and locks.
124+
If Importance is not specified, the importance setting of the workload group is used. The default workload group importance is normal. Importance influences the order which requests are scheduled, thus giving first access to resources and locks.
125125

126126
If a user is a member of multiple roles with different resource classes assigned or matched in multiple classifiers, the user is given the highest resource class assignment. For more information see, [workload classification](/azure/sql-data-warehouse/sql-data-warehouse-workload-classification#classification-precedence)
127127

0 commit comments

Comments
 (0)