YOUR ORGANIZATION HAS RECENTLY HIRED A NEW DBA NAMED KEITH. YOU WI...

12. Your organization has recently hired a new DBA named Keith. You wish to notify Keith by e-mail when your SQL Server 2008 experiences an error of severity 025 – Fatal Error. What are the steps you must take to enable this action (choose all that apply)?A. Create a SQL Server Agent operator to represent Keith. Assign Keith a valid e-mail address.B. Use the Database Mail wizard to configure Database Mail.C. Create a SQL Server Agent alert to be raised when an error of severity 025 – Fatal Error occurs. In the alert settings, choose to notify Keith by e-mail when this alert is raised.D. Start the SQL Server Agent Service and set its startup type to Automatic.E. Create a SQL Server Agent job. For the first step, create a command that parses the server log for the error of severity 025 – Fatal Error. The second step should notify Keith on success of the first step.