| title | sp_dbmmonitorhelpmonitoring (Transact-SQL) | ||
|---|---|---|---|
| description | sp_dbmmonitorhelpmonitoring (Transact-SQL) | ||
| author | markingmyname | ||
| ms.author | maghan | ||
| ms.date | 03/03/2017 | ||
| ms.service | sql | ||
| ms.subservice | system-objects | ||
| ms.topic | reference | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| dev_langs |
|
[!INCLUDE SQL Server]
Returns the current update period.
:::image type="icon" source="../../includes/media/topic-link-icon.svg" border="false"::: Transact-SQL syntax conventions
sp_dbmmonitorhelpmonitoring
None
None
Returns the current update period, that is, the number of minutes between updates of database mirroring status table. This value ranges from 1 to 120 minutes.
Requires membership in the sysadmin fixed server role.
The following example returns the current update period.
EXEC sp_dbmmonitorhelpmonitoring;
Monitoring Database Mirroring (SQL Server)
sp_dbmmonitorresults (Transact-SQL)