How do you write a number with two decimal places for sql server?
Try the below code:
SELECT CONVERT(DECIMAL(10,2),YOURCOLUMN)