Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Get month names ordered using recursion

    How about using the order by converting the month to a date...

    create table months (MonthName varchar (12))

    insert months values ('January')

    insert months values ('February')

    insert months values ('March')

    insert months values ('April')

    insert months...

  • RE: Can I configure the subject in a notification email?

    Thanks. I was already aware of where the current details came from, and had already considered SSIS, and also writing my own T-SQL. I was hoping for a...

Viewing 2 posts - 1 through 2 (of 2 total)