Hi,
I'm trying to convert varbinary to numeric data type and getting below error message
Server: Msg 8115, Level 16, State 6, Line 1
Arithmetic overflow error converting varbinary to data type numeric.
Here is the script I'm executing:
print cast(0x635B3441797440B6920AB1C443363A46 as numeric(18,0))
Please help me to convert the data.
Thanks
I'm trying to convert varbinary to numeric data type and getting below error message
Server: Msg 8115, Level 16, State 6, Line 1
Arithmetic overflow error converting varbinary to data type numeric.
Here is the script I'm executing:
print cast(0x635B3441797440B6920AB1C443363A46 as numeric(18,0))
Please help me to convert the data.
Thanks