• Sorry, looks like it's supported in 2008, perhaps not 2005. (here)

    You can use the shortcut version of If/Iff , like .....

    DatePart("mm", GETDATE()) == 1 ? "012" : "0" + (DT_WSTR,30)DatePart("mm", GETDATE())

    Steve.