I want to convert numeric value to Money but without Rounding value.W.r.t. to Link : https://technet.microsoft.com/en-us/library/ms187928(v=sql.105).aspx It is rounding numeric to Money while casting.
But is it possible to give value upto 4 digit after decimal. NUMERIC VALUE : 123456789.3333 MONEY VALUE OUTPUT required : 123,456,789.3333