Skip to content

Commit c2f63ce

Browse files
Merge pull request #34645 from rwestMSFT/rw-0708-tools
Tweak Tools page
2 parents b6ac1d8 + aa13ec6 commit c2f63ce

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/tools/overview-sql-tools.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: SQL Tools Overview
33
description: SQL query and management tools for SQL Server, Azure SQL (Azure SQL database, Azure SQL managed instance, SQL virtual machines), and Azure Synapse Analytics.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.reviewer: erinstellato
7-
ms.date: 06/13/2025
6+
ms.reviewer: erinstellato, iqrashaikh, mbarickman, drskwier, roblescarlos
7+
ms.date: 07/09/2025
88
ms.service: sql
99
ms.subservice: tools-other
1010
ms.topic: overview
@@ -43,10 +43,10 @@ The **database/application developer** writes Transact-SQL queries, debugs store
4343

4444
Recommended tools:
4545

46+
- **[MSSQL extension for Visual Studio Code](#mssql)**: Connect, manage database schemas, and run queries directly in Visual Studio Code
4647
- **[SQL Server Management Studio (SSMS)](#ssms)**: Create objects, run queries, and perform lightweight tasks
4748
- **[SQL Server Data Tools (SSDT)](#ssdt)** for Visual Studio: Schema and project-based development
4849
- **[.NET libraries](/azure/azure-sql/database/connect-query-dotnet-core)**: Programmatic access using libraries such as `Microsoft.Data.SqlClient`
49-
- **[Azure Data Studio](#ads)**: Lightweight scripting
5050

5151
### [Data analyst](#tab/analyst)
5252

@@ -55,7 +55,6 @@ The **data analyst** runs queries, and generates reports.
5555
- **[SQL Server Management Studio (SSMS)](#ssms)**: Run queries and perform lightweight tasks
5656
- **[sqlcmd](#sqlcmd)**: Lightweight CLI for automation
5757
- **[MSSQL extension for Visual Studio Code](#mssql)**: Lightweight tasks and scripting
58-
- **[Azure Data Studio](#ads)**: Queries and visualization
5958

6059
### [Data engineer](#tab/engineer)
6160

@@ -72,7 +71,7 @@ The following table lists available tools and extensions.
7271

7372
| Tool | Description | Operating system | Feedback |
7473
| --- | --- | --- | --- |
75-
| **Graphical tools** | | | |
74+
| **Graphical tools** | | | |
7675
| <a id="ssms"></a> **[SQL Server Management Studio (SSMS)](../ssms/download-sql-server-management-studio-ssms.md)** | Manage SQL Server and Azure SQL databases with full GUI support. Access, configure, manage, administer, and develop all components of the SQL Database Engine on-premises and the cloud, including Azure Synapse Analytics and SQL database for Microsoft Fabric. SSMS is a comprehensive application that combines a broad group of graphical tools and a rich script editor to provide access to SQL for database administrators and developers of all skill levels. | Windows only | [Feedback](https://aka.ms/ssms-feedback) |
7776
| <a id="ssdt"></a> **[SQL Server Data Tools (SSDT)](../ssdt/download-sql-server-data-tools-ssdt.md)** | A modern development tool for building SQL Server relational databases, Azure SQL databases, Analysis Services (AS) data models, Integration Services (IS) packages, and Reporting Services (RS) reports. With SQL Server Data tools (SSDT), you can design and deploy any SQL Server content type with the same ease as you would develop an application in **[Visual Studio](https://visualstudio.microsoft.com/downloads/)**. | Windows only | [Feedback](https://aka.ms/vs-feedback) |
7877
| <a id="mssql"></a> **[MSSQL extension for Visual Studio Code](visual-studio-code-extensions/mssql/mssql-extension-visual-studio-code.md)** | The official SQL Server extension that supports connections to SQL Server and Azure SQL, and a rich editing experience for Transact-SQL (T-SQL). Write T-SQL scripts in a lightweight editor. | Windows, macOS, Linux | [Feedback](https://github.com/microsoft/vscode-mssql) |
@@ -96,7 +95,7 @@ These tools are available for Windows only.
9695
| --- | --- |
9796
| <a id="sscm"></a> **[SQL Server Configuration Manager](configuration-manager/sql-server-configuration-manager-help.md)** | Use SQL Server Configuration Manager to configure SQL Server services and configure network connectivity. |
9897
| <a id="dreplay"></a> **[Distributed Replay](distributed-replay/install-distributed-replay.md)** <sup>1</sup> | Use the Distributed Replay feature to help you assess the impact of future SQL Server upgrades. Also use Distributed Replay to help assess the impact of hardware and operating system upgrades, and SQL Server tuning. |
99-
| <a id="ssbdiagnose"></a> **[ssbdiagnose](ssbdiagnose/ssbdiagnose-utility-service-broker.md)** |**ssbdiagnose** reports issues in Service Broker conversations or the configuration of Service Broker services. |
98+
| <a id="ssbdiagnose"></a> **[ssbdiagnose](ssbdiagnose/ssbdiagnose-utility-service-broker.md)** | **ssbdiagnose** reports issues in Service Broker conversations or the configuration of Service Broker services. |
10099
| <a id="ssma"></a> **[SQL Server Migration Assistant (SSMA)](../ssma/sql-server-migration-assistant.md)** | Use SQL Server Migration Assistant to automate database migration to SQL Server and Azure SQL from Microsoft Access, Db2, MySQL, Oracle, and Sybase. |
101100

102101
<sup>1</sup> Distributed Replay is supported on [!INCLUDE [sssql16-md](../includes/sssql16-md.md)] through [!INCLUDE [sssql19-md](../includes/sssql19-md.md)] only.

0 commit comments

Comments
 (0)