Hi James,
If you ask me i would say the first two tasks can be automated using SSIS and Jobs itself,
1. Schedule SSIS packages on Sqlserver agent - Feature available as part of SQL Agent job
2. Keep log of pakages and email if any package fail - Logging can be done for packages and send mail tasks can be used inside the package to send mail in either case of failure and success.
3. Configuration can me needs to be manually verified before each an every execution.
Thanks,
Bharani M
- Please mark the post as answered if it answers your question.
- Please vote the post as Helpful if you find the post as helpful.