--- 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 [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] is configured to use the Windows application log, each [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] session writes new events to that log. Unlike the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] error log, a new application log is not created each time you start an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. ### 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. [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] events are identified by the entry **MSSQLSERVER** (named instances are identified with **MSSQL$**__) in the **Source** column. SQL Server Agent events are identified by the entry SQLSERVERAGENT (for named instances of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] 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 Computer**dialog box. 5. Optionally, to display only [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] events, on the **View** menu click **Filter**, and in the **Event source** list, select **MSSQLSERVER**. To view only [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] 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)](../../ssms/sql-server-management-studio-ssms.md)