Forum Replies Created

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

  • RE: Overview of SSIS

    The links to the images appear to be broken. Can they be updated?

  • RE: XP_Sendmail

    Here is the solution I'm using that does the trick. Similar to Tim's suggestion I think.

    master.dbo.xp_sendmail

    @recipients='outsiderecipient@email.com'

    , @subject='sent via sql server directly'

    , @message='Here is your file'

    , @attachments='d:\data\testfile.zip'

    I put this in...

  • RE: XP_Sendmail

    davidb (12/14/2007)


    Yes, Internal emails don't add the strange path, you simply get the attachment name. It seems to only be happening on external emails. We did find that...

  • RE: XP_Sendmail

    I'm having the same problem. I can add that if I use sqlmail to send the file to an internal user on our exchange server the attachment comes out...

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