MSSQL: How to setup email notifications for the SQL server backups jobs
How to setup email notifications for the SQL server backup : 1. Open SQL Management console and connect to the database server using windows credentials. 2. Click on Management and select Database Mail and Right+Click and Select Configure Database Mail. 3. Click Next and Select Configuration Task select Set up Database Mail by performing the following tasks: 4. Create a New Profile Specify the profile name and description. 5. Click Add in SMTP accounts. 6. Give any Account name and Provide the E-mail Address from which account you want to send the emails. 7. Give any Display name to identify the Job 8. Provide the SMPT Server name and specify the port (Ex: 127.0.0.1 for local loop back address as I am using my SQL server as SMTP server) 9. Click Ok, and Click Next. 10. Select the profile SQL Job Notification as Public and Select Default Profile as Yes ...