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

Commit 4e871d1

Browse files
Merge pull request #34262 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 533d3da + 5508979 commit 4e871d1

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/t-sql/statements/alter-resource-governor-transact-sql.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,12 @@ This statement performs the following resource governor actions:
4242
```syntaxsql
4343
ALTER RESOURCE GOVERNOR
4444
{ RECONFIGURE
45-
[ WITH
46-
( [ CLASSIFIER_FUNCTION = { schema_name.function_name | NULL } ]
47-
[ [ , ] MAX_OUTSTANDING_IO_PER_VOLUME = value ]
48-
)
49-
]
5045
| DISABLE
5146
| RESET STATISTICS
47+
| WITH
48+
( [ CLASSIFIER_FUNCTION = { schema_name.function_name | NULL } ]
49+
[ [ , ] MAX_OUTSTANDING_IO_PER_VOLUME = value ]
50+
)
5251
}
5352
[ ; ]
5453
```

0 commit comments

Comments
 (0)