|
Monetary data
Monetary data represents positive or negative monetary values. In Microsoft® SQL Server&# 8482; 2000, money and smallmoney data types are used to store monetary data. The accuracy of monetary data storage is four decimal places. The range of values that can be stored in the money data type is -922,337,203,685,477.5808 to +922,337,203,685,477.5807 (8 bytes of storage required) The range of values that can be stored in the smallmoney data type is -214,748.3648 to 214,748.3647 (4 bytes of storage required). If the value exceeds the above range, the decimal data type can be used instead. |
|