Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 2.6 KB

File metadata and controls

43 lines (33 loc) · 2.6 KB
title View the Windows Application Log (Windows) | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology performance
ms.topic conceptual
helpviewer_keywords
viewing logs
application logs [SQL Server]
logs [SQL Server], application
monitoring Windows NT application log [SQL Server]
Windows NT application logs [SQL Server]
displaying logs
monitoring [SQL Server], events
logs [SQL Server], viewing
ms.assetid 168a6c6e-12df-46a9-9904-55d63ca8fe14
author MikeRayMSFT
ms.author mikeray
manager craigg

View the Windows Application Log (Windows)

When [!INCLUDEssNoVersion] is configured to use the Windows application log, each [!INCLUDEssNoVersion] session writes new events to that log. Unlike the [!INCLUDEssNoVersion] error log, a new application log is not created each time you start an instance of [!INCLUDEssNoVersion].

To view the Windows application log

  1. On the Start menu, point to All Programs, point to Administrative Tools, and then click Event Viewer.

  2. In Event Viewer, click Application.

  3. [!INCLUDEssNoVersion] events are identified by the entry MSSQLSERVER (named instances are identified with MSSQL$<instance_name>) in the Source column. SQL Server Agent events are identified by the entry SQLSERVERAGENT (for named instances of [!INCLUDEssNoVersion], [!INCLUDEssNoVersion] Agent events are identified with SQLAgent$<instance_name>). Microsoft Search service events are identified by the entry Microsoft Search.

  4. To view the log of a different computer, right-click Event Viewer, click Connect to another computer, and complete the Select Computerdialog box.

  5. Optionally, to display only [!INCLUDEssNoVersion] events, on the View menu click Filter, and in the Event source list, select MSSQLSERVER. To view only [!INCLUDEssNoVersion] Agent events, instead select SQLSERVERAGENT in the Event source list.

  6. To view more information about an event, double-click the event.

See Also

View the SQL Server Error Log (SQL Server Management Studio)