Skip to content

Commit 8306335

Browse files
Merge pull request #29145 from NathanMSFT/updatefilterclauseforfunction
Added note that limitation of filter clause with variable also applies to functions in where clause
2 parents d5261f3 + 43ee815 commit 8306335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/polybase/polybase-pushdown-computation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ To achieve pushdown of the variable, you need to enable query optimizer hotfixes
227227
- Query level:
228228
Use query hint OPTION (QUERYTRACEON 4199) or OPTION (USE HINT ('ENABLE_QUERY_OPTIMIZER_HOTFIXES'))
229229

230-
This limitation applies to execution of [sp_executesql](../system-stored-procedures/sp-executesql-transact-sql.md).
230+
This limitation applies to execution of [sp_executesql](../system-stored-procedures/sp-executesql-transact-sql.md). The limitation also applies to utilization of some functions in the filter clause.
231231

232232
Note: The ability to pushdown the variable was first introduced in SQL Server 2019 CU5.
233233

0 commit comments

Comments
 (0)