Math Functions MSSQL

2> SELECT ROUND(100.345678,5,1)
3> GO
-----------
 100.345670
(1 rows affected)