• You can try this too :

    update table

    set c1 = convert(int,c1)+convert(int,c2)

    where isnumeric(c1) = 1

    and isnumeric(c2)= 1

    Jeff.