• Use data type Numeric(7,2) or

    or

    you can use CAST function.

    For example,

    select CAST(24.4567 AS DECIMAL(4,2)) AS Price