Updated on 2022-08-16 GMT+08:00

Removing Alerts

Scenarios

You can use a stored procedure to remove an alert.

Prerequisites

An RDS Microsoft SQL Server DB instance has been connected. Connect to the DB instance through the Microsoft SQL Server client.

Procedure

Run the following commands to remove an alert:

EXEC [msdb].[dbo].[rds_delete_alert]

@name='name'

Table 1 Parameter description

Parameter

Description

'name'

The name of the alert. name is sysname, with no default.

After the command is executed, the system displays the following information.

Commands completed successfully.

Example

The command output is as follows.