I want to an perform arithmetic operation like:
select 99999999999999999999999999999999999999 * 256
However, this results in the error
Arithmetic overflow error converting expression to data type numeric.
How do I perform an arithmetic operation that will return a value with a precision greater than 38?