email in SSRS sql server 2008

  • I have an ASP application that extracts monthly statements from SSRS and send by email to a client, there is however a requirement to kick off a job that will send another report to client if they satisfy a specific condition i.e if loan balance is greater that $1000 send statement to client.

    anyone have an idea how to go about this?:hehe:

  • Why not just do a query or Stored Proc that pulls out the records you want and just schedule another email from reporting services to send to the email addresses that the query selects.

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • thanks carolyn:-)

Viewing 3 posts - 1 through 2 (of 2 total)

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