update dbo.SC_Achievement set DigitalFraction=case when isnumeric(Score)=1 then cast(Score as numeric(18, 5)) else 0 end