• It's nice to see zipped files being used by SSIS, and most of the article was good, but surely there's a bug in this code:

    If Len(strDay) = 1 Then

    strMonth = "0" + strDay

    End If