Other versions are also available for the following:
SQL Server 2008 Books Online (October 2009)
money and smallmoney (Transact-SQL)
Data types that represent monetary or currency values.
|
Data type
|
Range
|
Storage
|
|---|
|
money
|
-922,337,203,685,477.5808 to 922,337,203,685,477.5807
|
8 bytes
|
|
smallmoney
|
- 214,748.3648 to 214,748.3647
|
4 bytes
|

Remarks
The money and smallmoney data types are accurate to a ten-thousandth of the monetary units that they represent.

See Also