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?