If I have a decimal like 32.593170731707329023999999999 - what SQL Datatype, and precision and scale should I use?
My integer parts are pretty small (1-10000) and fraction part big.
Have tried decimal with different variations of precision and scale, but get an overflow exception in .Net.