| description | sp_dbmmonitordropmonitoring (Transact-SQL) | ||
|---|---|---|---|
| title | sp_dbmmonitordropmonitoring (Transact-SQL) | Microsoft Docs | ||
| ms.custom | |||
| ms.date | 03/14/2017 | ||
| ms.prod | sql | ||
| ms.prod_service | database-engine | ||
| ms.reviewer | |||
| ms.technology | system-objects | ||
| ms.topic | reference | ||
| f1_keywords |
|
||
| dev_langs |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 6f2d552d-bfd7-47a5-8dcb-05560aa1a32d | ||
| author | markingmyname | ||
| ms.author | maghan |
[!INCLUDE SQL Server]
Stops and deletes the mirroring monitor job for all the databases on the server instance.
Transact-SQL Syntax Conventions
sp_dbmmonitordropmonitoring
None
None
None
Requires membership in the sysadmin fixed server role.
The following example drops database mirroring monitoring on all of the mirrored databases on the server instance.
EXEC sp_dbmmonitordropmonitoring ;
Monitoring Database Mirroring (SQL Server)
sp_dbmmonitorchangemonitoring (Transact-SQL)
sp_dbmmonitoraddmonitoring (Transact-SQL)
sp_dbmmonitorhelpmonitoring (Transact-SQL)
sp_dbmmonitorresults (Transact-SQL)