Belešku
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da se prijavite ili da promenite direktorijume.
Pristup ovoj stranici zahteva autorizaciju. Možete pokušati da promenite direktorijume.
Applies to:
SQL Server
Stops and deletes the mirroring monitor job for all the databases on the server instance.
Transact-SQL syntax conventions
Syntax
sp_dbmmonitordropmonitoring
[ ; ]
Arguments
None.
Return code values
None.
Result set
None.
Permissions
Requires membership in the sysadmin fixed server role, or execute permission directly on this stored procedure.
Examples
The following example drops database mirroring monitoring on all of the mirrored databases on the server instance.
EXECUTE sp_dbmmonitordropmonitoring;