SQL UDF in WHERE condition?

Don't use a Scalar function. They're really bad.

Don't use a Scalar function. They're really bad. msmvps.com/blogs/robfarley/archive/2009/... Instead, use an inline table-valued function.

1 +1: Yep - indexes, gone on outermost query. Probably doing god knows within it... – OMG Ponies Jan 6 '10 at 0:16 Not that... the problem is that the function will be executed in a different context. Look in Profiler and you'll see the engine start a different execution context for each function call.

– Rob Farley Jan 6 '10 at 1:06.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions