I have a query which is superfast in SQL Server Management STudio and super slow when run under sp_ExecuteSQL.
Is this to do with caching of execution plans not happening when run under spExecuteSQL?
|
I have a query which is superfast in SQL Server Management STudio and super slow when run under sp_ExecuteSQL. Is this to do with caching of execution plans not happening when run under spExecuteSQL?
| |||||||||||
feedback
|
|
No. You can see both execution plans and compare them using the following query.
The | |||||
feedback
|