You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[!INCLUDEappliesto-ss-asdb-asdw-pdw-md]
The Output Window can be opened from the View menu or by using the key combination Ctrl+Alt+O. There are multiple channels of output available.
The following table gives an overview of the types of messages associated with each output channel.
Channel
Description
Telemetry
Telemetry is the stream of anonymous feature usage data collected by Microsoft. These events could be useful for your own record keeping of SSMS usage. It can help you identify what Object Explorer nodes you expanded and what commands you ran during your SSMS session while the Output window was open.
Object Explorer
This channel outputs the query text and elapsed times of SQL queries needed to expand nodes in Object Explorer. Each query logs a Begin Query and an End Query event. Each event has a time stamp and the URN associated with the entity being queried. The URN refers to the underlying SQL Management Object and consists of an XPath-style hierarchy. For example, the URN for a table named "Table1" in database "Db" on server "MyServer" would be "Server[@Name='MyServer']/Database[@Name='Db']/Table[/@Name='Table1']". Expanding one node in Object Explorer could perform multiple such queries with different parameters. The End Query event will contain the elapsed time of the query along with the TSQL text. You may find this query data useful for server performance analysis in cases where Object Explorer seems unusually slow to expand a particular node. Note- not every node in Object Explorer provides this level of query detail when expanding.
Activity Monitor
This channel starts when Activity Monitor opens for a server. This stream contains events showing part of the query text and timestamp of each query, error messages, and notifications of the monitor being paused due to connectivity problems. If Activity Monitor seems to be idle or otherwise failing to update, check this output channel for more information.