You work as a Database Administrator (DBA) for a company named ABC.com. The
company uses a Microsoft SQL Server 2012 infrastructure.
Computer users use custom applications that store data in SQL Server databases hosted
on a server named ABC-SQL1.
You discover that the Windows Application event log on ABC-SQL1 contains error events.
You need to configure a solution that will run an application whenever an event with a
specific event ID number is generated in the Windows Application event log.
What should you configure?
A.
You should configure an alert and a job.
B.
You should configure an alert and a maintenance plan.
C.
You should configure a trigger and a maintenance plan.
D.
You should configure a trigger and a job.
E.
You should configure an alert and a trigger.
Explanation:
Correct answer is D, configure a trigger to call job that will run an application
Correct is A. Alert and a job.
I think right answer is A