إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
New: 14 April 2006
Returns the current update period.
Transact-SQL Syntax Conventions
Syntax
sp_dbmmonitorhelpmonitoring
Arguments
None
Return Code Values
None
Result Sets
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.
Permissions
Requires membership in the sysadmin fixed server role.
Examples
The following example returns the current update period.
EXEC sp_dbmmonitorhelpmonitoring;
See Also
Reference
sp_dbmmonitorresults (Transact-SQL)