Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 915 Bytes

File metadata and controls

38 lines (28 loc) · 915 Bytes
title DROP MINING MODEL (DMX)
description DROP MINING MODEL (DMX)
ms.date 02/17/2022
ms.service sql
ms.subservice analysis-services
ms.topic reference
ms.custom dmx

DROP MINING MODEL (DMX)

[!INCLUDEssas]

Deletes a mining model from the database.

Syntax

  
DROP MINING MODEL <model >  

Arguments

model
A model identifier.

Examples

The following sample code drops the mining model NBSample.

DROP MINING MODEL [NBSample]  

See Also

Data Mining Extensions (DMX) Data Definition Statements
Data Mining Extensions (DMX) Data Manipulation Statements
Data Mining Extensions (DMX) Statement Reference