I have an asp app that runs against SQL Server 2005 and I'd like to run processes that:
- query data,
- manipulate data, and
- send emails containing particular data and analysis
What is the easiest way to do this in SQL Server 2005? Can I do this in an SSIS package? Should I use CLR procedures?