• even this works...

    set @result = round(cast(5 as float) / 3,1)

    i guess either the numerator or denominator should be in the proper format.

    cengland0 (8/3/2010)


    So you need to cast it like this?

    round(cast(5 as float) / cast(3 as float),1)