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?
Please check the link
to prefer ISNULL over COALESCE when given the choice is that ISNULL tends to produce query plans that are more efficient than COALESCE.