• andy.gray (1/27/2010)


    Most interesting but I have a little query.

    Why is it necessary to have a function for comparing nullable ints but not for any other data types? Is there something specific about nullable ints?

    Kind regards

    Andy

    The need for nullable compares is for all data types. I only have three in place for int, varchar, and datetime types so far for my needs. With a simple find/replace you can generate the others.