- I have an HR solution created using VB.Net, with SQL Server 2008 R2 as its back-end.
- I have a new requirement from my client where the program sends payslips to each employee of a department automatically by the end of the month.
- Sql can do this. But the output from SQL is just text and the client wants to stick to the Payslip report designed in the program.
Currently the end user has to select each employee, view his/her payslip, and click E-mail report. This report is handled by SSRS inside the .net application.
- Is it possible to use the meta data of the report in an email body, so that it produces an html page for the receiver?
- If i create a SSRS report manager, and schedule automated back ups, I presume I won't be able to loop through employees and so on. Am I wrong here?
- Is there a way to run a report, take a snapshot, and send an image attachment to respective employee?
↧
Automated E-mail delivery through SQL/VB.Net
↧