Skip to content

Commit ff2a4b9

Browse files
committed
edit line 36
1 parent 1fb3704 commit ff2a4b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ssms/menu-help/options-output-window-page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following table gives an overview of the types of messages associated with e
3333

3434
| Channel | Definition |
3535
| ------- | ---------- |
36-
| **Activity Monitor** | This channel starts when [Activity Monitor](https://learn.microsoft.com/sql/relational-databases/performance-monitor/activity-monitor?view=sql-server-ver16) 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. |
36+
| **Activity Monitor** | This channel starts when [Activity Monitor](../../relational-databases/performance-monitor/activity-monitor.md) 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. |
3737
| **Azure Activity Directory Interactive authentication** | For cases where Azure Active Directory authentication is used, this channel will output information specific to the authentication process. |
3838
| **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 timestamp 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 can require multiple such queries with different parameters. The End Query event will contain the elapsed time of the query along with the T-SQL 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: only some nodes in Object Explorer provide this query detail when expanding. Enabled by default. |
3939
| **SQL Client** | This channel displays information from the Microsoft.Data.SqlClient data provider. This option requires a restart of SSMS for output to appear. |

0 commit comments

Comments
 (0)