dave ballantyne Answered 3 Years ago through
Quizzes | 5 Points
IMO , the worst problem with scalar UDF's is that it will turn the operation into a nested loop as the engine is unable to optimize the logic within into a hash (or merge) join if deemed appropriate.
When used in a join condition matters can be even ...