I am using vb script in my ssis and within that i am trying to cocatinate 4 fields into an ID field, one of the 4 fiels is month which return only 1 digit, say if i have Jan it returns " 1 " but i am expecting "01" instead so as to make my ID unique.
How do i retun 01 instead of 1 in vb script for month.