Is there any "bottom line" recommendation on using the Money datatype in SQL Server? I've googled and found a lot of folks say not to use it because of accuracy issues (and of course, the fact that it's proprietary), but I haven't seen any that suggest a better alternative.
My understanding is that Money is exactly the same as Decimal(19,4)... so if there are accuracy issues with Money, wouldn't those same issues exist with a Decimal datatype? I saw one link that suggested that Floats would be the most accurate... but I thought floats were inherently *not* accurate. Can anybody shed a bit of light? Thanks! Charlie -- A byte walks into a bar and orders a pint. Bartender asks him "What's wrong?" Byte says "Parity error." Bartender nods and says "Yeah, I thought you looked a bit off." ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307177 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

