DP-300 · Question #180
Drag and Drop Question You have an Azure subscription that contains an Azure SQL managed instance named SQLMi1 and a SQL Agent job named Backupdb. Backupdb performs a daily backup of the databases…
The correct answer is Enable Database Mail.; Create an operator.; Add a failure notification to the job. To receive email notifications for SQL Agent job failures, you must first Enable Database Mail so that SQL Server has an email delivery mechanism configured. Next, you Create an Operator, which defines the recipient (email address) that will receive the notifications. Finally…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Enable Database Mail.
- Create an operator.
- Add a failure notification to the job.
Explanation
To receive email notifications for SQL Agent job failures, you must first Enable Database Mail so that SQL Server has an email delivery mechanism configured. Next, you Create an Operator, which defines the recipient (email address) that will receive the notifications. Finally, you Add a failure notification to the job, which links the operator to the specific job (Backupdb) so that when it fails, the operator is emailed automatically. This three-step sequence is the standard workflow for job failure alerting in SQL Server Agent.
Topics
Community Discussion
No community discussion yet for this question.
