Expand Minimize
This topic has not yet been rated - Rate this topic

sp_dbmmonitordropmonitoring (Transact-SQL)

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

Topic link iconTransact-SQL Syntax Conventions

sp_dbmmonitordropmonitoring

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 ;
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.