I know the question is a duplicate, but I am not able to find a solution to my problem below:
SELECT
CAST(747448809352908.49434500000 AS Decimal(25,12)) AS [Value]
This is the value I am getting from one of my calculations. I am trying to insert into a Table with Value column designed as Decimal(25,12). With a value as above I am getting an overflow error.
Please assist. The problem being I cannot update the settings of the column. Therefore I need to fit into the the column.
I cannot can I??