• declare @a numeric(13,8)

    declare @b-2 numeric(13,8)

    set @a=100

    set @b-2=1000

    select cast(@a*@b as numeric(14,8))