1
Reply

What are features of Money datatype which can't achieved by Decimal data type in sql server 2008?

mukesh kumar

mukesh kumar

10y
1.1k
1
Reply

    If fractional units up to 5 decimal places are not valid in your currency or database schema, just use Decimal with the appropriate precision and scale.