I understand the difference between these functions but my question is when checking for a single null value would ISNULL be any quicker than using COALESCE?
e.g
ISNULL will be faster i think because it has lesser function/code implementation for itself making it faster than COALESCE
ISNULL
COALESCE