• opc.three (6/13/2012)


    Is is safe to assume your using Standard or Enterprise Edition since you said you have SQL Agent running? i.e. that you are not using Express Edition?

    If so, then I would recommend using Database Mail instead of cdosysmail.

    How to: Configure SQL Server Agent Mail to Use Database Mail (SQL Server Management Studio)

    I'm getting a yellow screen on that particular link.

    Also, why would you recommend using "Database Mail" instead of CDOSysMail?

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)