1

Possible Duplicate:
Should you choose the MONEY or DECIMAL(x,y) datatypes in SQL Server?

I have a column that I want to keep track of money.

1) Is a money column practical for keeping track of money or do people use decimal instead?

2) In my .edmx file I cant seem to change my column to Money, its simply just not an option in the properties window.

3) If I do use money or decimal, how do I cast it into the database?

Community
  • 1
  • 1
anthonypliu
  • 12,179
  • 28
  • 92
  • 154
  • 3
    Possible duplicate of [Should you choose the MONEY or DECIMAL(x,y) datatypes in SQL Server?](http://stackoverflow.com/questions/582797/should-you-choose-the-money-or-decimalx-y-datatypes-in-sql-server) and quite a few others - has been answered at length... – marc_s Mar 16 '11 at 07:09

0 Answers0