I have configured smtp email in MS sql server and configure email to schedular job when schedular jobs become failed. Can i configure email so that email will be sent from scheduler job on both success of job and Failure of job?
By using operator, we can configure sending mail either in fail only or success only. is any possible to configure email using operator sending email not only in failure of job but also in success of schedular jobs.