A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.snowflake.com/sql-reference/sql/drop-resource-monitor below:

Website Navigation


DROP RESOURCE MONITOR | Snowflake Documentation

DROP RESOURCE MONITOR

Removes the specified resource monitor from the system.

See also:

CREATE RESOURCE MONITOR , ALTER RESOURCE MONITOR , SHOW RESOURCE MONITORS

Syntax
DROP RESOURCE MONITOR [ IF EXISTS ] <name>

Copy

Parameters
name

Specifies the identifier for the resource monitor to drop. If the identifier contains spaces or special characters, the entire string must be enclosed in double quotes. Identifiers enclosed in double quotes are also case-sensitive.

Usage notes Examples

Drop resource monitor my_rm, but don’t raise an error if the resource monitor doesn’t exist:

DROP RESOURCE MONITOR IF EXISTS my_rm;

Copy


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4