You administer a Microsoft SQL Server 2012 instance.
You discover that the SQL Agent Error Log file is rapidly growing in size.
You need to ensure that the SQL Agent Error Log file does not grow rapidly when SQL
Server agent jobs execute.
What should you do?
A.
Execute the sp_cycle_agent_errorlog stored procedure.
B.
Configure event forwarding.
C.
Enable the Auto Shrink option on the master database.
D.
Enable the Auto Shrink option on the msdb database.
E.
Disable the Include execution trace messages feature.
https://technet.microsoft.com/en-us/library/ms189335%28v=sql.110%29.aspx
Because this option can cause the error log to become large, only include execution trace messages in SQL Server Agent error logs when investigating a specific SQL Server Agent problem.