As I understand it, one can create an SSIS package that will run on a schedule with SQL Server Agent, and email the results in an Excel format. YAY IDEAL!
I've looked into how to do this, and everything seems to fall just short of EXACTLY HOW.
What I've Tried in SSIS Building - I'm new to it:
- I've tried dragging "Execute SQL Task" to the Control Flow. In there I can get things started with my SQL task, but I can't seem to make it use today's date as the parameter, or push it to Excel.
- I've been able to drag a "Data Flow Task" over which gives me the options for excel. But it appears to not allow me to call a stored procedure.
What I'd Love:
Any tutorial that says, "HEY, that stored procedure you run every month, this is how to automate it so it runs and emails itself to the needed people.
Any and all resources very welcome.