Is there any function in SQL Server to change the format of a numeric field(e.g. value 125000 to $1,25,000, 10000 to $10,000 etc ),just like TO_CHAR function in Oracle