Hello.
I need to automate the following process:
Every month, I need to send a report to the tech team five (5) days after patch tuesday.
Every month, I need to send a report to the tech team twelve (12) days after patch tuesday
How can I create this using SQL Server 2008 R2 and SQL Reporting Services? Is there a way to script this?
The Scheduling in the GUI-version does not allow to create this "complex" time definitions.
I cannot use the "Occurs on every second sunday (5 days after patch tuesday)" because on some months, it might be before "every second tuesday".
Thank you in advance!