While investigating performance problems within an application recently I carried out some tests using SET SHOWPLAN ON.<br>
<br>
I had a query like this within a stored procedure:<br>
<br>
SELECT MAX(X) FROM Y WHERE Z LIKE @MYVAR<br>
<br>
Where @MYVAR was passed in. I discovered that SQL Server...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.