Forum Replies Created

Viewing 5 posts - 16 through 20 (of 20 total)

  • RE: Alternate mail profile

    Yes that makes sense, better to be 100% safe.

    Thanks for your help.

    Dave

  • RE: Alternate mail profile

    That's a good point. I've not changed the default profile in the GUI as

    lots of SQL jobs still need to use this profile.

    Do you think...

  • RE: Alternate mail profile

    Ahhh, figured it out.

    use master

    exec xp_stopmail

    exec xp_startmail @user = 'GrayD'

    exec xp_sendmail

    @recipients = 'grayd@turpin-distribution.com', @message='Hello'

    I just setup a new mail profile called 'GrayD', stopped/started mail....

  • RE: Where to store a letter

    Hi,

    Thanks for all the responses, plenty of food for thought there.

    We will be ditching SQL2000 before the end of the year but this project needs to be live...

  • RE: Can't copy/paste from results window in SS Management Studio

    Hi,

    thanks to all who responded.

    I needed these records in a flat file on a VMS box which does not support unicode.

    In the end I exported the view...

Viewing 5 posts - 16 through 20 (of 20 total)