Hi All,
I am having a UDF which accepts two parameters .
It is running slow for the first time for any set of values. Same set of parameters are showing cache hit in profiler.
For a new value of parameters , there is a cache insert event in profiler.
Why there is a cache insert every time for new value of parameters? How should I proceed ?
Is this something related with parameters sniffing?
Thanks Aslam.