| title | DROP WORKLOAD Classifier (Transact-SQL) | ||||
|---|---|---|---|---|---|
| description | DROP WORKLOAD Classifier (Transact-SQL) | ||||
| author | WilliamDAssafMSFT | ||||
| ms.author | wiassaf | ||||
| ms.reviewer | wiassaf | ||||
| ms.date | 11/04/2019 | ||||
| ms.service | sql | ||||
| ms.subservice | t-sql | ||||
| ms.topic | reference | ||||
| f1_keywords |
|
||||
| helpviewer_keywords |
|
||||
| dev_langs |
|
||||
| monikerRange | =azure-sqldw-latest |
[!INCLUDE asa]
Drops an existing user-defined workload management classifier. If requests are running or in the request queue in suspended state, they will keep their classification and the classifier can be dropped immediately. Dropping and recreating the classifier with different importance will not affect an already classified request.
:::image type="icon" source="../../includes/media/topic-link-icon.svg" border="false"::: Transact-SQL syntax conventions
DROP WORKLOAD CLASSIFIER classifier_name;
Note
[!INCLUDEsynapse-analytics-od-unsupported-syntax]
classifier_name
Specifies the name by which the workload classifier is identified.
Requires CONTROL DATABASE permission.
The following example drops the workload classifier named wgcELTROLE.
DROP WORKLOAD CLASSIFIER wgcELTRole;Note
A request submitted without a matching classifier, is classified to the default workload group. The default workload group is the smallrc resource class.
CREATE WORKLOAD CLASSIFIER (Transact-SQL)
[[!INCLUDEssazuresynapse-md] Workload Classification](/azure/sql-data-warehouse/sql-data-warehouse-workload-classification)