Administering Relational Databases on Microsoft Azure — Question 5

You have an Azure SQL Database managed instance named SQLMI1. A Microsoft SQL Server Agent job runs on SQLMI1.
You need to ensure that an automatic email notification is sent once the job completes.
What should you include in the solution?

Answer options

Correct answer: C

Explanation

The correct answer is C, as creating a Database Mail profile in SSMS is essential for sending emails from SQL Server Agent jobs. Options A and B do not directly address the requirement for email notifications, while option D is related to monitoring rather than the specific email setup needed for job completion.