SQL Server (starting with 2008)
Azure SQL Database
Azure SQL Data Warehouse
Parallel Data Warehouse 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

