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