Skip to content

Commit d5cfb19

Browse files
authored
Update hints-transact-sql.md
adding hints article
1 parent b07c6ae commit d5cfb19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ author: VanMSFT
2323
ms.author: vanto
2424
---
2525
# Hints (Transact-SQL)
26-
[!INCLUDE [SQL Server](../../includes/applies-to-version/sqlserver.md)]
26+
[!INCLUDE [SQL Server Azure SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
2727

2828
Hints are options or strategies specified for enforcement by the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] query processor on SELECT, INSERT, UPDATE, or DELETE statements. The hints override any execution plan the query optimizer might select for a query.
2929

0 commit comments

Comments
 (0)