Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 3.66 KB

File metadata and controls

51 lines (34 loc) · 3.66 KB
title SQL Server Agent Error Log
description SQL Server Agent Error Log
author markingmyname
ms.author maghan
ms.date 01/19/2017
ms.service sql
ms.subservice ssms
ms.topic conceptual
helpviewer_keywords
logs [SQL Server], SQL Server Agent
messages [SQL Server], SQL Server Agent
errors [SQL Server], logs
SQL Server Agent, errors
monikerRange = azuresqldb-mi-current || >= sql-server-2016

SQL Server Agent Error Log

[!INCLUDE SQL Server SQL MI]

Important

On Azure SQL Managed Instance, most, but not all SQL Server Agent features are currently supported. See Azure SQL Managed Instance T-SQL differences from SQL Server for details.

[!INCLUDEssNoVersion] Agent creates an error log that records warnings and errors by default. The following warnings and errors are displayed in the log:

  • Warning messages that provide information about potential problems, such as "Job <job_name> was deleted while it was running."

  • Error messages that usually require intervention by a system administrator, such as "Unable to start mail session." Error messages can be sent to a specific user or computer by net send.

[!INCLUDEssNoVersion] maintains up to nine [!INCLUDEssNoVersion] Agent error logs. Each archived log has an extension that indicates the relative age of the log. For example, an extension of .1 indicates the newest archived error log and an extension of .9 indicates the oldest archived error log.

By default, execution trace messages are not written to the [!INCLUDEssNoVersion] Agent error log, because they can fill it. When the error log is full, your ability to select and analyze more difficult errors is reduced. Because the log adds to the server's processing load, it is important to consider carefully what value you obtain by capturing execution trace messages to the error log. Generally, it is best to capture all messages only when you are debugging a specific problem.

When [!INCLUDEssNoVersion] Agent is stopped, you can modify the location of the [!INCLUDEssNoVersion] Agent error log. When the error log is empty, the log cannot be opened. You can cycle the [!INCLUDEssNoVersion] Agent log at any time without stopping [!INCLUDEssNoVersion] Agent using dbo.sp_cycle_agent_errorlog.

To view the SQL Server Agent error log

To rename a SQL Server Agent error log

To send SQL Server Agent error messages

To write execution trace messages to the SQL Server Agent error log