--- title: "View the Windows application log (Windows) | Microsoft Docs" ms.custom: "" ms.date: "02/01/2017" ms.prod: sql 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: julieMSFT ms.author: jrasnick --- # View the Windows application log (Windows 10) [!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)] 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)]. ## View the Windows application log 1. On the **Search bar**, type **Event Viewer**, and then select the **Event Viewer** desktop app. 2. In **Event Viewer**, open the **Applications and Services Logs**. 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 (local)**. Select **Connect to another computer**, and fill in the fields to complete the **Select Computer** dialog box. 5. Optionally, to display only [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] events, on the **View** menu, select **Filter**. 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)](../../relational-databases/performance/view-the-sql-server-error-log-sql-server-management-studio.md)