sp_dbmmonitordropmonitoring (Transact-SQL)
Stops and deletes the mirroring monitor job for all the databases on the server instance.
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 ;