Results 1 to 2 of 2

Thread: Daily Auto Email using SQL Server

  1. #1
    Jay Guest

    Daily Auto Email using SQL Server


    I want to send auto email to my subscribers(no. of subscribers always vary)
    This auto email has to be send daily.
    Could it be done by generating certain Stored Procedure ?
    if yes then please help me by providing Stored Procedure.

    Thank you

  2. #2
    Paul Guest

    Daily Auto Email using SQL Server (reply)


    Yes it can

    See xp_sendmail in books on-line

    You could also set up a job to do it

    ------------
    Jay at 3/11/01 4:35:57 AM


    I want to send auto email to my subscribers(no. of subscribers always vary)
    This auto email has to be send daily.
    Could it be done by generating certain Stored Procedure ?
    if yes then please help me by providing Stored Procedure.

    Thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •