I am an SSIS newbie so please excuse how little I know.
We have a manual job that I would like to automate in SSIS.
We run the same stored procedure six times with different parameters. Each run creates a csv file that we load into excel and then mail the attachments to the user. Can SSIS run the SP, and in a send mail task, send the six outputs?