--- title: "Output Window | Microsoft Docs" ms.custom: "" ms.date: "03/14/2017" ms.prod: sql ms.technology: scripting ms.reviewer: "" ms.suite: "sql" ms.tgt_pltfrm: "" ms.topic: conceptual f1_keywords: - "vs.output" helpviewer_keywords: - "Output Window [Transact-SQL]" - "Output Window [SQL Server Management Studio]" ms.assetid: 9808e00c-c8f6-45cc-896e-192b8420f747 caps.latest.revision: 21 author: MightyPen ms.author: genemi manager: craigg monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017" --- # Transact-SQL Debugger - Output Window [!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)] This window displays status messages for various features in [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)]. Output is delivered to special panes in the **Output** window from the [!INCLUDE[tsql](../../includes/tsql-md.md)] debugger, external tools features, or commands that are run in the debugger **Command Window**. Output that is usually displayed in the Command Prompt window from external tools, such as .bat or .com files, is also available. **To access the Output window** - On the **View** menu, click **Other Windows**, and then click **Output**. ## Options **Output pane list** Displays a list of output panes to view. Several panes of information might be available, depending on which tools have used the **Output** window to deliver information to the user. **Output pane** Displays the output for the selected pane in **Output panelist**. ## See Also [Transact-SQL Debugger](../../relational-databases/scripting/transact-sql-debugger.md)