Can any body help me in understanding if the execution plan for functions cached in SQL server?
Any online resource for this?
Thanks Ashwani
|
Can any body help me in understanding if the execution plan for functions cached in SQL server? Any online resource for this? Thanks Ashwani
| ||||
|
feedback
|
|
Yes they do go in the execution plan cache. The sys.dm_exec_query_plan DMV will show a plan for given plan handle. Quote from there:
| |||
|
feedback
|
|
Yes they are considered for caching. | |||||
feedback
|