how to check if int is empty or null in sql code example Example: sql check for null and empty string IF ISNULL(@param) OR @param = '' THEN doSomething...