I need to store a [tt]factor[/tt] which will be multiplied by numbers that will be around the $XX,000,000 range to get a fee based on volume of sales. The factors are very small decimal values between .000025 and .001 which I am currently storing as floats. Is this the right data type? Should I use decimals?
How do I get Query analyzer to return something prettier than [tt]7.7999999999999999E-4[/tt]?
Thanks,