Skip to content

Commit d469586

Browse files
doc updates
1 parent 504299d commit d469586

4 files changed

Lines changed: 17 additions & 14 deletions

File tree

docs/azure-data-studio/download-azure-data-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ description: Download and install Azure Data Studio for Windows, macOS, or Linux
44
author: erinstellato-ms
55
ms.author: erinstellato
66
ms.reviewer: maghan, randolphwest
7-
ms.date: 08/07/2023
7+
ms.date: 08/10/2023
88
ms.service: azure-data-studio
99
ms.topic: overview
1010
ms.custom: intro-overview
1111
---
1212
# Download and install Azure Data Studio
1313

14-
Azure Data Studio is a cross-platform database tool for data professionals who use on-premises and cloud data platforms on Windows, macOS, and Linux.
14+
Azure Data Studio is a lightweight, cross-platform data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and CosmosDB.
1515

16-
Azure Data Studio offers a modern editor experience with IntelliSense, code snippets, source control integration, and an integrated terminal. It's engineered with the data platform user in mind, with the built-in charting of query result sets and customizable dashboards.
16+
Azure Data Studio’s familiar interface offers a modern editor experience with IntelliSense, code snippets, source control integration, and an integrated terminal. Engineered with the data platform user in mind, its extensibility allows users to customize their experience by installing the extensions relevant to their workflow, including database migrations, charting, GitHub Copilot, and more!
1717

1818
Use Azure Data Studio to query, design, and manage your databases and data warehouses wherever they are, on your local computer or in the cloud.
1919

docs/azure-data-studio/what-is-azure-data-studio.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ description: Azure Data Studio is a free, light-weight tool, that runs on Window
44
author: "markingmyname"
55
ms.author: "maghan"
66
ms.reviewer: erinstellato
7-
ms.date: 7/11/2022
7+
ms.date: 08/10/2023
88
ms.service: azure-data-studio
99
ms.topic: "overview"
1010
ms.custom: intro-overview
1111
---
1212

1313
# What is Azure Data Studio?
1414

15-
Azure Data Studio is a cross-platform database tool for data professionals using on-premises and cloud data platforms on Windows, macOS, and Linux.
15+
Azure Data Studio is a lightweight, cross-platform data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and CosmosDB.
1616

17-
Azure Data Studio offers a modern editor experience with IntelliSense, code snippets, source control integration, and an integrated terminal. It's engineered with the data platform user in mind, with built-in charting of query result sets and customizable dashboards.
17+
Azure Data Studio’s familiar interface offers a modern editor experience with IntelliSense, code snippets, source control integration, and an integrated terminal. Engineered with the data platform user in mind, its extensibility allows users to customize their experience by installing the extensions relevant to their workflow, including database migrations, charting, GitHub Copilot, and more!
1818

1919
The source code for Azure Data Studio and its data providers is available on GitHub under a source code EULA that provides rights to modify and use the software, but not to redistribute it or host it in a cloud service. For more information, see [Azure Data Studio FAQ](faq.yml).
2020

@@ -84,10 +84,10 @@ To learn about authoring extensions, see [Extension authoring](extensions/extens
8484
|Source Code Control|Yes||
8585
|Task Pane|Yes||
8686
|Themes, including Dark Mode|Yes||
87-
|Azure Resource Explorer|Preview||
87+
|Azure Resource Explorer|Yes||
8888
|Generate Scripts Wizard||Yes|
89-
|Object Properties||Yes|
90-
|Table Designer|Preview|Yes|
89+
|Object Properties|Preview|Yes|
90+
|Table Designer|Yes|Yes|
9191

9292
### Query Editor
9393

@@ -99,7 +99,7 @@ To learn about authoring extensions, see [Extension authoring](extensions/extens
9999
|Results to Text||Yes|
100100
|IntelliSense|Yes|Yes|
101101
|Snippets|Yes|Yes|
102-
|Show Plan|Preview|Yes|
102+
|Show Plan|Yes|Yes|
103103
|Client Statistics||Yes|
104104
|Live Query Stats||Yes|
105105
|Query Options||Yes|
@@ -126,7 +126,7 @@ To learn about authoring extensions, see [Extension authoring](extensions/extens
126126

127127
|Feature|Azure Data Studio|SSMS|
128128
|:---|:---|:---|
129-
|Backup / Restore|Yes|Yes|
129+
|Backup / Restore|Preview|Yes|
130130
|Flat File Import|Yes|Yes|
131131
|SQL Agent|Preview|Yes|
132132
|SQL Profiler|Preview|Yes|
@@ -143,7 +143,7 @@ To learn about authoring extensions, see [Extension authoring](extensions/extens
143143
|Query Store||Yes|
144144
|Registered Servers||Yes|
145145
|Replication||Yes|
146-
|Security Management||Yes|
146+
|Security Management|Yes|Yes|
147147
|Service Broker||Yes|
148148
|SQL Assessment|Preview|Yes|
149149
|SQL Mail||Yes|

docs/ssms/download-sql-server-management-studio-ssms.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Download the latest version of SQL Server Management Studio (SSMS).
44
author: erinstellato-ms
55
ms.author: erinstellato
66
ms.reviewer: maghan
7-
ms.date: 06/28/2023
7+
ms.date: 08/10/2023
88
ms.service: sql
99
ms.subservice: ssms
1010
ms.topic: conceptual
@@ -31,6 +31,8 @@ SQL Server Management Studio (SSMS) is an integrated environment for managing an
3131

3232
Use SSMS to query, design, and manage your databases and data warehouses, wherever they are - on your local computer or in the cloud.
3333

34+
For customers in need of a cross-platform companion to SSMS for managing SQL and other Azure databases, use [Azure Data Studio](what-is-azure-data-studio.md).
35+
3436
## Download SSMS
3537

3638
:::image type="icon" source="../includes/media/download.svg" border="false":::**[Free Download for SQL Server Management Studio (SSMS) 19.1](https://aka.ms/ssmsfullsetup)**

docs/ssms/release-notes-ssms.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Release notes for SQL Server Management Studio (SSMS).
44
author: erinstellato-ms
55
ms.author: erinstellato
66
ms.reviewer: maghan
7-
ms.date: 07/03/2023
7+
ms.date: 08/10/2023
88
ms.service: sql
99
ms.subservice: ssms
1010
ms.topic: conceptual
@@ -90,6 +90,7 @@ SSMS 19.1 is the latest general availability (GA) release of SSMS. If you need a
9090
| General SSMS | Import setting from SSMS 17 option not available. | Settings can be imported from SSMS 18. |
9191
| General SSMS | Upgrading from SSMS 19.0.2 to 19.1 results in some bug fixes not appearing to be resolved. Specifically, users will still have issues editing a NVARCHAR(255) column in a table, users will see an unknown table name when editing data if the database name in Azure contains a period (.), and SSMS file versions will be incorrect. | Uninstall SSMS 19.1 and then re-install SSMS 19.1. |
9292
| Import/Export Data-Tier Application | Using Export to Data-Tier Application with a Microsoft Azure Storage Account generates the error "An error occurred while loading data." | Use SSMS 19.0.2 or earlier. |
93+
| Object Explorer | Modifying a stored procedure when using Azure AD Authentication generates a "Cannot open server" server. | Use a non-Azure AD login, or SSMS 18.12.1. |
9394
| PolyBase | PolyBase node is not visible in Object Explorer when connecting to SQL 2022. | Use SSMS 18.12.1. |
9495
| Profiler | The Profiler menu isn't localized. | No current alternative. |
9596
| Query Editor | When SSMS opens after double-clicking on a `.sql` file, the Object Explorer window is displayed as a separate window. | No current alternative. |

0 commit comments

Comments
 (0)