Peristiwa
31 Mac, 11 PTG - 2 Apr, 11 PTG
Acara pembelajaran SQL, Fabric dan Power BI terbesar. 31 Mac - 2 April. Gunakan kod FABINSIDER untuk menjimatkan $400.
Daftar hari iniPelayar ini tidak lagi disokong.
Naik taraf kepada Microsoft Edge untuk memanfaatkan ciri, kemas kini keselamatan dan sokongan teknikal yang terkini.
Applies to:
SQL Server
Changes the value of a database mirroring monitoring parameter.
Transact-SQL syntax conventions
sp_dbmmonitorchangemonitoring
[ @parameter_id = ] parameter_id
, [ @value = ] value
[ ; ]
Specifies the identifier of the parameter to be changed. @parameter_id is int, with no default. Currently, only the following parameter is available:
Parameter | Description of value |
---|---|
1 |
The number of minutes between updates to the database mirroring status table. The default interval is 1 minute. |
Specifies the new value for the parameter that is being changed. @value is int, with no default.
Parameter | Description of value |
---|---|
1 |
An integer in the range of 1 to 120 that specifies a new update period in minutes. |
None.
None.
Requires membership in the sysadmin fixed server role, or execute permission directly on this stored procedure.
The following example changes the update period to 5 minutes.
EXEC sp_dbmmonitorchangemonitoring 1, 5;
Peristiwa
31 Mac, 11 PTG - 2 Apr, 11 PTG
Acara pembelajaran SQL, Fabric dan Power BI terbesar. 31 Mac - 2 April. Gunakan kod FABINSIDER untuk menjimatkan $400.
Daftar hari ini