SSIS Email Sample

  • Dear Forum

    I am a little new to SSIS so please forgive my ignorance.

    I have a small project where every month i need to email various recipients depending on values within the table.

    I am OK with extracting the data I require but have no knowledge of SSIS.

    Is there a member who could guide me or pass a sample SSIS package that mails the result set of a query dynamically based on email addresses returned by the query.

    For example

    each row of data would have columns with the persons email address and the subject and body.

    Thank you all in advance

    With Kind Regards

    Paul Marks

  • Hi Paul ,

    IMO SSIS is a bit of a beast and has quite a steep learning curve.

    You can email direct from sqlserver though , i would suggest taking that route unless you have a specific reason not to.

    http://www.databasejournal.com/features/mssql/article.php/3626056/Database-Mail-in-SQL-Server-2005.htm



    Clear Sky SQL
    My Blog[/url]

  • Thank you for your reply.

    If i have a SP am i able to schedule the execution from SSIS?

    As this would probably resolve my issue

    With Kind Regards

    Paul

  • Thank you for your reply.

    If i have a SP am i able to schedule the execution from SSIS?

    As this would probably resolve my issue

    With Kind Regards

    Paul

  • SqlAgent is responsible for executing and scheduling tasks, so again SSIS is not needed.



    Clear Sky SQL
    My Blog[/url]

  • Thank you so much for your guidance. Greatly appreciated

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply