I have a SQL 2000 table that has jersey numbers as a column (jerNumber). This column is a varchar(3) because I have to enter values such as 00, 04, 08, etc. Making this an int column is not an option. What I need to do is sort on this column to have the sort come out in numerical order like 0, 00, 01...