Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 MONEY data type in SQL Server being truncated

Author  Topic 

matt_calhoon
Posting Yak Master

235 Posts

Posted - 2001-03-06 : 22:22:00
HI there,

When entering a money value in SQL server such as 12.00 - SQL just stores 12 (for obvious reasons)

Is there anyway to store it exactly how it was entered? - so I dont have to write extra code on the front end (in ASP) to get the .00 back??

Thanks in advance - matt


   

- Advertisement -