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
Copy file name to clipboardExpand all lines: docs/ssms/download-sql-server-management-studio-ssms.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Download the latest version of SQL Server Management Studio (SSMS).
4
4
author: erinstellato-ms
5
5
ms.author: erinstellato
6
6
ms.reviewer: maghan
7
-
ms.date: 08/10/2023
7
+
ms.date: 11/13/2023
8
8
ms.service: sql
9
9
ms.subservice: ssms
10
10
ms.topic: conceptual
@@ -35,27 +35,27 @@ For customers needing a cross-platform companion to SSMS for managing SQL and ot
35
35
36
36
## Download SSMS
37
37
38
-
:::image type="icon" source="../includes/media/download.svg" border="false":::**[Free Download for SQL Server Management Studio (SSMS) 19.1](https://aka.ms/ssmsfullsetup)**
38
+
:::image type="icon" source="../includes/media/download.svg" border="false":::**[Free Download for SQL Server Management Studio (SSMS) 19.2](https://aka.ms/ssmsfullsetup)**
39
39
40
-
SSMS 19.1 is the latest general availability (GA) version. If you have a *preview* version of SSMS 19 installed, uninstall it before installing SSMS 19.1. If you have SSMS 19.x installed, installing SSMS 19.1 upgrades it to 19.1.
40
+
SSMS 19.2 is the latest general availability (GA) version. If you have a *preview* version of SSMS 19 installed, uninstall it before installing SSMS 19.2. If you have SSMS 19.x installed, installing SSMS 19.2 upgrades it to 19.2.
41
41
42
-
- Release number: 19.1
43
-
- Build number: 19.1.56.0
44
-
- Release date: May 24, 2023
42
+
- Release number: 19.2
43
+
- Build number: 19.2.56.2
44
+
- Release date: November 13, 2023
45
45
46
46
By using SQL Server Management Studio, you agree to its [license terms](/Legal/sql/sql-server-management-studio-license-terms) and [privacy statement](https://privacy.microsoft.com/privacystatement). If you have comments or suggestions or want to report issues, the best way to contact the SSMS team is at [SQL Server user feedback](https://aka.ms/sqlfeedback).
47
47
48
-
The SSMS 19.x installation doesn't upgrade or replace SSMS versions 18.x or earlier. SSMS 19.x installs alongside previous versions, so both versions are available. However, if you have an earlier *preview* version of SSMS 19 installed, uninstall it before installing SSMS 19.1. You can see if you have a preview version by going to the **Help > About** window.
48
+
The SSMS 19.x installation doesn't upgrade or replace SSMS versions 18.x or earlier. SSMS 19.x installs alongside previous versions, so both versions are available. However, if you have an earlier *preview* version of SSMS 19 installed, uninstall it before installing SSMS 19.2. You can see if you have a preview version by going to the **Help > About** window.
49
49
50
-
If a computer contains side-by-side installations of SSMS, verify you start the correct version for your specific needs. The latest version is labeled **Microsoft SQL Server Management Studio v19.1**.
50
+
If a computer contains side-by-side installations of SSMS, verify you start the correct version for your specific needs. The latest version is labeled **Microsoft SQL Server Management Studio v19.2**.
Copy file name to clipboardExpand all lines: docs/ssms/menu-help/options-output-window-page.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: "Output Window in SQL Server Management Studio"
4
4
author: erinstellato-ms
5
5
ms.author: erinstellato
6
6
ms.reviewer: maghan
7
-
ms.date: 1/5/2023
7
+
ms.date: 11/13/2023
8
8
ms.service: sql
9
9
ms.subservice: ssms
10
10
ms.topic: ui-reference
@@ -26,16 +26,15 @@ Use this page to set the default behavior of the output window.
26
26
27
27
The Output Window can be opened from the View menu. To access the settings, on the **Tools** menu, select **Options**, and expand the **Output Window** folder or use the key combination Ctrl+Alt+O.
28
28
29
-
There are four logging channels available to provide more information when using SQL Server Management Studio.
29
+
There are multiple logging channels available to provide more information when using SQL Server Management Studio.
30
30
31
31
The following table gives an overview of the types of messages associated with each output channel.
32
32
33
33
| Channel | Definition |
34
34
| ------- | ---------- |
35
-
|**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. |
36
-
|**Azure Activity Directory Interactive authentication**| For cases where Azure Active Directory authentication is used, this channel will output information specific to the authentication process. |
37
-
|**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. |
38
-
|**SQL Client**| This channel displays information from the Microsoft.Data.SqlClient data provider. This option requires a restart of SSMS for output to appear. |
35
+
|**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 contains the elapsed time of the query along with the T-SQL text. This query data is 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. |
39
36
|**Telemetry**| Telemetry is the stream of anonymous feature usage data collected by Microsoft. These events could be useful for your tracking of SSMS usage. It can help you identify what Object Explorer nodes you expand and what commands run during your SSMS session while the Output window is open. Enabled by default. |
40
-
41
-
37
+
|**SQL Client**| This channel displays information from the Microsoft.Data.SqlClient data provider. This option requires a restart of SSMS for output to appear. |
38
+
|**Microsoft Entra Interactive authentication**| For cases where Microsoft Entra authentication is used, this channel outputs information specific to the authentication process. |
39
+
|**Azure REST API**| This channel starts after authentication with Microsoft Entra credentials occurs. This channel outputs information specific to Azure REST API calls when Azure-connected features are used and more troubleshooting information is needed. |
40
+
|**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 is idle or otherwise failing to update, check this output channel for more information. |
0 commit comments