String Functions MSSQL Tutorial

1>  SELECT STR(1, 6, 4)
2> GO
------
1.0000
(1 rows affected)