I am currently working with some ErlangC calculations to determine the occupancy rate. I have functions that I need, but when I start to get higher digits, such as POWER (145,145), ~ 2.50242070x10 ^ 313, I get the following:
Arithmetic overflow error converting expression to float data type.
Is there anything in MsSQL that I can use to handle these large numbers? MS Excel can, but MsSQL cannot?
source
share