Viewing post 1 (of 1 total)
You find that all functions can cause this problem.
SELECT *
FROM
WHERE
@SomeVariable = Function(SomeColumn)
Check your execution plan or SET STATISTICS IO ON and look at your read counts. You will see that...
November 10, 2006 at 8:26 pm
#671205