Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.66 KB

File metadata and controls

37 lines (28 loc) · 1.66 KB
title Output Window
titleSuffix T-SQL Debugger
description Learn how to use the Output window to view status messages and other output from the SQL Server Management Studio debugger and other tools.
author markingmyname
ms.author maghan
ms.date 12/04/2019
ms.service sql
ms.subservice ssms
ms.topic conceptual
helpviewer_keywords
Output Window [Transact-SQL]
Output Window [SQL Server Management Studio]
monikerRange >=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current

Transact-SQL Debugger - Output Window

[!INCLUDE SQL Server]

This window displays status messages for various features in SQL Server Management Studio. Output is delivered to special panes in the Output window from the [!INCLUDEtsql] 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.

[!INCLUDEssms-old-versions]

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