Skip to content

Commit 0316e86

Browse files
Merge pull request #31985 from thesqlsith/patch-1
Update intelligent-query-processing-details.md
2 parents c212b58 + d51dda2 commit 0316e86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/performance/intelligent-query-processing-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ OPTION (USE HINT('DISABLE_DEFERRED_COMPILATION_TV'));
226226

227227
## Parameter Sensitivity Plan Optimization
228228

229-
**Applies to:** [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] (Starting with [!INCLUDE [sql-server-2022](../../includes/sssql22-md.md)])
229+
[!INCLUDE [SQL Server 2022 Azure SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sqlserver2022-asdb-asmi.md)]
230230

231231
Parameter Sensitivity Plan (PSP) optimization is part of the Intelligent query processing family of features. It addresses the scenario where a single cached plan for a parameterized query is not optimal for all possible incoming parameter values. This is the case with nonuniform data distributions.
232232

0 commit comments

Comments
 (0)