Skip to content

Commit 805e3bc

Browse files
authored
Merge pull request #10535 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 0eea766 + 56daae8 commit 805e3bc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/relational-databases/performance-monitor/sql-server-database-replica.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ manager: craigg
3535
|**Redo Bytes Remaining**|The amount of log in kilobytes remaining to be redone to finish the reverting phase.|Secondary replica|
3636
|**Redone Bytes/sec**|Amount of log records redone on the secondary database in the last second.|Secondary replica|
3737
|**Total Log requiring undo**|Total kilobytes of log that must be undone.|Secondary replica|
38-
|**Transaction Delay**|Delay in waiting for unterminated commit acknowledgement, in milliseconds.|Primary replica|
38+
|**Transaction Delay**|Delay in waiting for unterminated commit acknowledgement for all the current transactions, in milliseconds. Divide by *Mirrored Write Transaction/sec* to get *Avg Transaction Delay*. Find more information at https://blogs.msdn.microsoft.com/saponsqlserver/2013/04/24/sql-server-2012-alwayson-part-12-performance-aspects-and-performance-monitoring-ii/|Primary replica|
3939

4040
## See Also
4141
[Monitor Resource Usage (System Monitor)](../../relational-databases/performance-monitor/monitor-resource-usage-system-monitor.md)

docs/t-sql/queries/hints-transact-sql-join.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ manager: craigg
2929

3030
Join hints specify that the query optimizer enforce a join strategy between two tables in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)]. For general information about joins and join syntax, see [FROM (Transact-SQL)](../../t-sql/queries/from-transact-sql.md).
3131

32-
> [!IMPORTANT]
33-
> Because the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] query optimizer typically selects the best execution plan for a query, we recommend that hints, including \<join_hint>, be used only as a last resort by experienced developers and database administrators.
32+
> [!CAUTION]
33+
> Because the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] query optimizer typically selects the best execution plan for a query, we recommend that hints be used only as a last resort by experienced developers and database administrators.
3434
3535
**Applies to:**
3636

0 commit comments

Comments
 (0)