Udostępnij za pośrednictwem


sp_delete_log_shipping_alert_job (Transact-SQL)

Removes an alert job from the log shipping monitor server if the job exists and there are no more primary or secondary databases to be monitored.

Ikona łącza do tematu Transact-SQL Syntax Conventions

Składnia

sp_delete_log_shipping_alert_job

Arguments

None.

Return Code Values

0 (success) or 1 (failure)

Result Sets

None.

Uwagi

sp_delete_log_shipping_alert_job must be run from the master database on the monitor server.

Permissions

Only members of the sysadmin fixed server role can run this procedure.

Examples

This example shows the execution of sp_delete_log_shipping_alert_job to delete an alert job.

USE master;
GO
EXEC sp_delete_log_shipping_alert_job;

Zobacz także

Odwołanie

System Stored Procedures (Transact-SQL)

Koncepcje

About Log Shipping (SQL Server)