Skip to content

Latest commit

 

History

History
70 lines (55 loc) · 2.46 KB

File metadata and controls

70 lines (55 loc) · 2.46 KB
title sp_dbmmonitordropmonitoring (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql-non-specified
ms.reviewer
ms.suite
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
sp_dbmmonitordropmonitoring_TSQL
sp_dbmmonitordropmonitoring
dev_langs
TSQL
helpviewer_keywords
sp_dbmmonitordropmonitoring
database mirroring [SQL Server], monitoring
ms.assetid 6f2d552d-bfd7-47a5-8dcb-05560aa1a32d
caps.latest.revision 20
author JennieHubbard
ms.author jhubbard
manager jhubbard

sp_dbmmonitordropmonitoring (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx_md]

Stops and deletes the mirroring monitor job for all the databases on the server instance.

Applies to: [!INCLUDEssNoVersion] ([!INCLUDEssKatmai] through current version).

Topic link icon Transact-SQL Syntax Conventions

Syntax

  
sp_dbmmonitordropmonitoring   

Arguments

None

Return Code Values

None

Result Sets

None

Permissions

Requires membership in the sysadmin fixed server role.

Examples

The following example drops database mirroring monitoring on all of the mirrored databases on the server instance.

EXEC sp_dbmmonitordropmonitoring ;  

See Also

Monitoring Database Mirroring (SQL Server)
sp_dbmmonitorchangemonitoring (Transact-SQL)
sp_dbmmonitoraddmonitoring (Transact-SQL)
sp_dbmmonitorhelpmonitoring (Transact-SQL)
sp_dbmmonitorresults (Transact-SQL)