Skip to content

Commit 6d59e44

Browse files
Merge pull request #311394 from rwestMSFT/patch-2
Remove Azure Data Studio
2 parents 6dd6d30 + 9e220f3 commit 6d59e44

6 files changed

Lines changed: 21 additions & 22 deletions

File tree

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-query-visual-studio.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Connect to dedicated SQL pool (formerly SQL DW) with VSTS
33
description: Query dedicated SQL pool (formerly SQL DW) in Azure Synapse Analytics with Visual Studio.
44
author: ajagadish-24
55
ms.author: ajagadish
6-
ms.date: 08/15/2019
6+
ms.date: 02/04/2026
77
ms.service: azure-synapse-analytics
88
ms.subservice: sql-dw
99
ms.topic: conceptual
@@ -13,7 +13,6 @@ ms.custom: sfi-image-nochange
1313
# Connect to dedicated SQL pool (formerly SQL DW) in Azure Synapse Analytics with Visual Studio and SSDT
1414

1515
> [!div class="op_single_selector"]
16-
> * [Azure Data Studio](../sql/get-started-azure-data-studio.md)
1716
> * [Power BI](/power-bi/connect-data/service-azure-sql-data-warehouse-with-direct-connect)
1817
> * [Visual Studio](sql-data-warehouse-query-visual-studio.md)
1918
> * [sqlcmd](../sql/get-started-connect-sqlcmd.md)

articles/synapse-analytics/sql/connect-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: stefanazaric
66
ms.service: azure-synapse-analytics
77
ms.topic: overview
88
ms.subservice: sql
9-
ms.date: 09/23/2024
9+
ms.date: 02/04/2026
1010
ms.reviewer: stefanazaric
1111
ms.custom:
1212
- devx-track-csharp
@@ -36,11 +36,11 @@ To find the fully qualified server name:
3636

3737
## Supported tools
3838

39-
Use [Azure Data Studio](/azure-data-studio/download-azure-data-studio) or [SQL Server Management Studio (SSMS)](https://aka.ms/ssms).
39+
Use [SQL Server Management Studio (SSMS)](https://aka.ms/ssms) or the [MSSQL extension for Visual Studio Code](/sql/tools/visual-studio-code-extensions/mssql/mssql-extension-visual-studio-code).
4040

41-
For serverless SQL pools:
42-
- [Azure Data Studio](/azure-data-studio/download-azure-data-studio) is fully supported starting from version 1.18.0.
43-
- [SQL Server Management Studio](https://aka.ms/ssms) is partially supported starting from version 18.5, you can use it to connect and query only.
41+
For serverless SQL pools, the following tools are partially supported (connect and query only):
42+
- [Visual Studio Code](/sql/tools/visual-studio-code-extensions/mssql/mssql-extension-visual-studio-code)
43+
- [SQL Server Management Studio](https://aka.ms/ssms)
4444

4545
## Supported drivers and connection strings
4646
Synapse SQL supports [ADO.NET](/dotnet/framework/data/adonet/), [ODBC](/sql/connect/odbc/windows/microsoft-odbc-driver-for-sql-server-on-windows), [PHP](/sql/connect/php/overview-of-the-php-sql-driver?f=255&MSPPError=-2147217396), and [JDBC](/sql/connect/jdbc/microsoft-jdbc-driver-for-sql-server). To find the latest version and documentation, select one of the preceding drivers. To automatically generate the connection string for the driver that you're using from the Azure portal, select **Show database connection strings** from the preceding example. Following are also some examples of what a connection string looks like for each driver.
@@ -92,7 +92,7 @@ Synapse SQL standardizes some settings during connection and object creation. Th
9292

9393
## Recommendations
9494

95-
For executing **serverless SQL pool** queries, recommended tools are [Azure Data Studio](get-started-azure-data-studio.md) and Azure Synapse Studio.
95+
For executing **serverless SQL pool** queries, the recommended tool Azure Synapse Studio.
9696

9797
## Related content
9898

articles/synapse-analytics/sql/connection-strings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: stefanazaric
66
ms.service: azure-synapse-analytics
77
ms.topic: overview
88
ms.subservice: sql
9-
ms.date: 09/23/2024
9+
ms.date: 02/04/2026
1010
ms.reviewer: stefanazaric
1111
ms.custom: devx-track-csharp
1212
---
@@ -57,7 +57,7 @@ jdbc:sqlserver://yourserver.sql.azuresynapse.net:1433;database=yourdatabase;user
5757
5858
## Recommendations
5959

60-
For executing **serverless SQL pool** queries, recommended tools are [Azure Data Studio](get-started-azure-data-studio.md) and Azure Synapse Studio.
60+
For executing **serverless SQL pool** queries, the recommended tool is Azure Synapse Studio.
6161

6262
## Related content
6363

articles/synapse-analytics/sql/overview-features.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: jovanpop
77
ms.service: azure-synapse-analytics
88
ms.topic: overview
99
ms.subservice: sql
10-
ms.date: 03/24/2022
10+
ms.date: 02/04/2026
1111
ms.custom: sfi-ropc-nochange
1212

1313
---
@@ -124,11 +124,11 @@ You can use various tools to connect to Synapse SQL to query data.
124124

125125
| Tool | Dedicated | Serverless |
126126
| --- | --- | --- |
127-
| **Synapse Studio** | Yes, SQL scripts | Yes, SQL scripts can be used in Synapse Studio. Use SSMS or ADS instead of Synapse Studio if you are returning a large amount of data as a result. |
127+
| **Synapse Studio** | Yes, SQL scripts | Yes, SQL scripts can be used in Synapse Studio. Use SSMS or Visual Studio Code instead of Synapse Studio if you are returning a large amount of data as a result. |
128128
| **Power BI** | Yes | Yes, you can [use Power BI](tutorial-connect-power-bi-desktop.md) to create reports on serverless SQL pool. Import mode is recommended for reporting.|
129129
| **Azure Analysis Service** | Yes | Yes, you can load data in Azure Analysis Service using the serverless SQL pool. |
130-
| **Azure Data Studio (ADS)** | Yes | Yes, you can [use Azure Data Studio](get-started-azure-data-studio.md) (version 1.18.0 or higher) to query a serverless SQL pool. SQL scripts and SQL notebooks are supported. |
131-
| **SQL Server Management Studio (SSMS)** | Yes | Yes, you can [use SQL Server Management Studio](get-started-ssms.md) (version 18.5 or higher) to query a serverless SQL pool. SSMS shows only the objects that are available in the serverless SQL pools. |
130+
| **SQL Server Management Studio (SSMS)** | Yes | Yes, you can [use SQL Server Management Studio](get-started-ssms.md) to query a serverless SQL pool. SSMS shows only the objects that are available in the serverless SQL pools. |
131+
| **MSSQL extension for Visual Studio Code** | Yes | Yes, you can [use Visual Studio Code](/sql/tools/visual-studio-code-extensions/mssql/mssql-extension-visual-studio-code) to query a serverless SQL pool. SQL scripts and SQL notebooks are supported. Visual Studio Code shows only the objects that are available in the serverless SQL pools. |
132132

133133
> [!NOTE]
134134
> You can use SSMS to connect to serverless SQL pool and query. It is partially supported starting from version 18.5, you can use it to connect and query only.

articles/synapse-analytics/sql/resources-self-help-sql-on-demand.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: stefanazaric
77
ms.topic: troubleshooting-known-issue
88
ms.service: azure-synapse-analytics
99
ms.subservice: sql
10-
ms.date: 09/26/2024
10+
ms.date: 02/04/2026
1111
---
1212

1313
# Troubleshoot serverless SQL pool in Azure Synapse Analytics
@@ -34,7 +34,7 @@ Usually, this problem occurs for one of two reasons:
3434
Your query might fail with the error message `Websocket connection was closed unexpectedly.` This message means that your browser connection to Synapse Studio was interrupted, for example, because of a network issue.
3535

3636
- To resolve this issue, rerun your query.
37-
- Try [Azure Data Studio](/azure-data-studio/download-azure-data-studio) or [SQL Server Management Studio](/sql/ssms/download-sql-server-management-studio-ssms) for the same queries instead of Synapse Studio for further investigation.
37+
- Try the [MSSQL extension for Visual Studio Code](/sql/tools/visual-studio-code-extensions/mssql/mssql-extension-visual-studio-code) or [SQL Server Management Studio](/ssms/sql-server-management-studio-ssms) for the same queries instead of Synapse Studio for further investigation.
3838
- If this message occurs often in your environment, get help from your network administrator. You can also check firewall settings, and check the [Troubleshooting guide](../troubleshoot/troubleshoot-synapse-studio.md).
3939
- If the issue continues, create a [support ticket](/azure/azure-portal/supportability/how-to-create-azure-support-request) through the Azure portal.
4040

@@ -187,7 +187,7 @@ The error `Query timeout expired` is returned if the query executed more than 30
187187

188188
The error `Invalid object name 'table name'` indicates that you're using an object, such as a table or view, that doesn't exist in the serverless SQL pool database. Try these options:
189189

190-
- List the tables or views and check if the object exists. Use SQL Server Management Studio or Azure Data Studio because Synapse Studio might show some tables that aren't available in serverless SQL pool.
190+
- List the tables or views and check if the object exists. Use SQL Server Management Studio or Visual Studio Code, because Synapse Studio might show some tables that aren't available in serverless SQL pool.
191191
- If you see the object, check that you're using some case-sensitive/binary database collation. Maybe the object name doesn't match the name that you used in the query. With a binary database collation, `Employee` and `employee` are two different objects.
192192
- If you don't see the object, maybe you're trying to query a table from a lake or Spark database. The table might not be available in the serverless SQL pool because:
193193

@@ -1004,13 +1004,13 @@ Serverless SQL pool assigns the resources to the queries based on the size of th
10041004

10051005
If you have queries with a query duration longer than 30 minutes, the query slowly returning results to the client are slow. Serverless SQL pool has a 30-minute limit for execution. Any more time is spent on result streaming. Try the following workarounds:
10061006

1007-
- If you use [Synapse Studio](#query-is-slow-when-executed-by-using-synapse-studio), try to reproduce the issues with some other application like SQL Server Management Studio or Azure Data Studio.
1008-
- If your query is slow when executed by using [SQL Server Management Studio, Azure Data Studio, Power BI, or some other application](#query-is-slow-when-executed-by-using-an-application), check networking issues and best practices.
1007+
- If you use [Synapse Studio](#query-is-slow-when-executed-by-using-synapse-studio), try to reproduce the issues with some other application like SQL Server Management Studio or Visual Studio Code.
1008+
- If your query is slow when executed by using [SQL Server Management Studio, Visual Studio Code, Power BI, or some other application](#query-is-slow-when-executed-by-using-an-application), check networking issues and best practices.
10091009
- Put the query in the CETAS command and measure the query duration. The CETAS command stores the results to Azure Data Lake Storage and doesn't depend on the client connection. If the CETAS command finishes faster than the original query, check the network bandwidth between the client and serverless SQL pool.
10101010

10111011
#### Query is slow when executed by using Synapse Studio
10121012

1013-
If you use Synapse Studio, try using a desktop client such as SQL Server Management Studio or Azure Data Studio. Synapse Studio is a web client that connects to serverless SQL pool by using the HTTP protocol, which is generally slower than the native SQL connections used in SQL Server Management Studio or Azure Data Studio.
1013+
If you use Synapse Studio, try using a desktop client such as SQL Server Management Studio or Visual Studio Code. Synapse Studio is a web client that connects to serverless SQL pool by using the HTTP protocol, which is generally slower than the native SQL connections used in SQL Server Management Studio or Visual Studio Code.
10141014

10151015
#### Query is slow when executed by using an application
10161016

articles/synapse-analytics/sql/tutorial-connect-power-bi-desktop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: azaricstefan
66
ms.service: azure-synapse-analytics
77
ms.topic: tutorial
88
ms.subservice: sql
9-
ms.date: 05/20/2020
9+
ms.date: 02/04/2026
1010
ms.author: stefanazaric
1111
ms.custom: sfi-image-nochange
1212

@@ -32,7 +32,7 @@ To complete this tutorial, you need the following prerequisites:
3232

3333
Optional:
3434

35-
- A SQL query tool, such as [Azure Data Studio](/azure-data-studio/download-azure-data-studio), or [SQL Server Management Studio (SSMS)](/sql/ssms/download-sql-server-management-studio-ssms).
35+
- A SQL query tool, such as the [MSSQL extension for Visual Studio Code](/sql/tools/visual-studio-code-extensions/mssql/mssql-extension-visual-studio-code), or [SQL Server Management Studio (SSMS)](/sql/ssms/download-sql-server-management-studio-ssms).
3636

3737
Values for the following parameters:
3838

0 commit comments

Comments
 (0)