I have got a count query which counts the number of records in one column of my table. As it returns an integer value, is it possible to get 3 digit value forcefully like '001' instead of '1'?
Is this possible? How?
FYI I am using SQL Server 2008 R2