How to Convert a Number to a Varchar in T-SQL | eHow
Instructions Click "Start" in Windows and then click "Microsoft SQL Management Console." Type in the following T-SQL statements in the open window to convert the "test" number variable to the varchar data type with 2 decimal points limit: DECLARE @test in...