Skip to content

Commit fd15fd3

Browse files
authored
Update create-and-test-a-classifier-user-defined-function.md
Fix misplaced semicolon in workgroup creation statement example
1 parent 5ce141f commit fd15fd3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/relational-databases/resource-governor/create-and-test-a-classifier-user-defined-function.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,10 @@ ms.author: wiassaf
5858
WITH
5959
(
6060
IMPORTANCE = MEDIUM
61-
);
62-
61+
)
6362
--- Assign the workload group to the production processing
6463
--- resource pool.
65-
USING pProductionProcessing
64+
USING pProductionProcessing;
6665
GO
6766

6867
--- Create a resource pool for off-hours processing

0 commit comments

Comments
 (0)