Skip to content

Commit 56daae8

Browse files
authored
Merge pull request #2256 from philosophicles/patch-1
Change IMPORTANT box to CAUTION
2 parents c3ca3d2 + c76ca86 commit 56daae8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)