I have a SALES report which I send to users everyday using SSRS subscriptions (delivered by email.) My manager asked me to attach a external Word document along with this report.
So the user has to receive a) the SALES report and b) the external Word document.
Is it possible to attach/send an external document along with an SSRS subscription delivered by email?
Guys thanks for your response. I solved this by using send mail task of ssis.
step 1: I had created subscription for sales report to be delivered to windows file share.
step 2 : I had placed the external document at the same windows file share.
step 3: used ssis sendmail task to attach both the salesreport and external document to be sent to recipients.
It worked well!! 🙂