I\'m writing a stored procedure that needs to have a lot of conditioning in it. With the general knowledge from C#.NET coding that exceptions can hurt performance, I\'ve always
The count(*) will never raise exception because it always returns actual count or 0 - zero, no matter what. I'd use count.