Skip to content

Commit 47a7443

Browse files
committed
formatting
1 parent fa72989 commit 47a7443

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/database-engine/availability-groups/windows/monitor-performance-for-always-on-availability-groups.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ The below queries create stored procedures to estimate RTO and RPO without relyi
196196
print 'You are visiting wrong replica';
197197
return
198198
end
199-
199+
200200
if @redo_queue_size = 0
201201
set @RTO = 0
202202
else if @redo_rate is null or @redo_rate = 0
@@ -221,10 +221,10 @@ The below queries create stored procedures to estimate RTO and RPO without relyi
221221
3. The output displays the RTO value of the target secondary replica database. Save the *group_id*, *replica_id*, and *group_database_id* to use with the RPO-estimation stored procedure.
222222

223223
Sample Output:
224-
RTO of Database DB_sec' is 0
225-
group_id of Database DB4 is F176DD65-C3EE-4240-BA23-EA615F965C9B
226-
replica_id of Database DB4 is 405554F6-3FDC-4593-A650-2067F5FABFFD
227-
group_database_id of Database DB4 is 39F7942F-7B5E-42C5-977D-02E7FFA6C392
224+
<br>RTO of Database DB_sec' is 0
225+
<br>group_id of Database DB4 is F176DD65-C3EE-4240-BA23-EA615F965C9B
226+
<br>replica_id of Database DB4 is 405554F6-3FDC-4593-A650-2067F5FABFFD
227+
<br>group_database_id of Database DB4 is 39F7942F-7B5E-42C5-977D-02E7FFA6C392
228228

229229
### Create a stored procedure to estimate RPO
230230
1. On the primary replica, create stored procedure **proc_calculate_RPO**. If it already exists, drop it first, and then recreate it.

0 commit comments

Comments
 (0)