• I'd be inclined to just do this:


    SELECT @RunDay = CONVERT(CHAR(2), SomeDate, 1)
    FROM #TestTable;

    SQL DBA,SQL Server MVP(07, 08, 09) A socialist is someone who will give you the shirt off *someone else's* back.