Skip to content

Commit a05b9ac

Browse files
committed
[SCOPED] Update path to Azure Data Studio content
1 parent f108da4 commit a05b9ac

File tree

52 files changed

+86
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+86
-86
lines changed

.openpublishing.redirection.azure-data-studio.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@
897897
},
898898
{
899899
"source_path": "docs/sql-operations-studio/what-is.md",
900-
"redirect_url": "/sql/azure-data-studio/what-is",
900+
"redirect_url": "/azure-data-studio/what-is-azure-data-studio",
901901
"redirect_document_id": false
902902
}
903903
]

azure-sql/database/analyze-prevent-deadlocks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Learn more about each of these approaches in the [Prevent a deadlock from reoccu
103103

104104
In this article, we will use the `AdventureWorksLT` sample database to set up alerts for deadlocks, cause an example deadlock, analyze the deadlock graph for the example deadlock, and test changes to prevent the deadlock from reoccurring.
105105

106-
We'll use the [SQL Server Management Studio](/sql/ssms/download-sql-server-management-studio-ssms) (SSMS) client in this article, as it contains functionality to display deadlock graphs in an interactive visual mode. You can use other clients such as [Azure Data Studio](/sql/azure-data-studio/download-azure-data-studio) to follow along with the examples, but you may only be able to view deadlock graphs as XML.
106+
We'll use the [SQL Server Management Studio](/sql/ssms/download-sql-server-management-studio-ssms) (SSMS) client in this article, as it contains functionality to display deadlock graphs in an interactive visual mode. You can use other clients such as [Azure Data Studio](/azure-data-studio/download-azure-data-studio) to follow along with the examples, but you may only be able to view deadlock graphs as XML.
107107

108108

109109
### Create the AdventureWorksLT database

azure-sql/database/azure-sql-python-quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ The app is ready to be deployed to Azure.
270270

271271
In the [Configure the database](#configure-the-database) section, you configured networking and Microsoft Entra authentication for the Azure SQL database server. In this section, you complete the database configuration and configure the App Service with a connection string to access the database server.
272272

273-
To run these commands you can use any tool or IDE that can connect to Azure SQL Database, including [SQL Server Management Studio (SSMS)](/sql/ssms/download-sql-server-management-studio-ssms), [Azure Data Studio](/sql/azure-data-studio/what-is-azure-data-studio), and Visual Studio Code with the [SQL server mssql](https://marketplace.visualstudio.com/items?itemName=ms-mssql.mssql) extension. As well, you can use the Azure portal as described in [Quickstart: Use the Azure portal query editor to query Azure SQL Database](/azure/azure-sql/database/connect-query-portal).
273+
To run these commands you can use any tool or IDE that can connect to Azure SQL Database, including [SQL Server Management Studio (SSMS)](/sql/ssms/download-sql-server-management-studio-ssms), [Azure Data Studio](/azure-data-studio/what-is-azure-data-studio), and Visual Studio Code with the [SQL server mssql](https://marketplace.visualstudio.com/items?itemName=ms-mssql.mssql) extension. As well, you can use the Azure portal as described in [Quickstart: Use the Azure portal query editor to query Azure SQL Database](/azure/azure-sql/database/connect-query-portal).
274274

275275
1. Add a user to the Azure SQL Database with SQL commands to create a user and role for passwordless access.
276276

azure-sql/database/configure-max-degree-of-parallelism.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ $params = @{
140140

141141
### Transact-SQL
142142

143-
You can use the [Azure portal query editor](query-editor.md), [SQL Server Management Studio (SSMS)](/sql/ssms/download-sql-server-management-studio-ssms), or [Azure Data Studio](/sql/azure-data-studio/download-azure-data-studio) to execute T-SQL queries against your Azure SQL Database.
143+
You can use the [Azure portal query editor](query-editor.md), [SQL Server Management Studio (SSMS)](/sql/ssms/download-sql-server-management-studio-ssms), or [Azure Data Studio](/azure-data-studio/download-azure-data-studio) to execute T-SQL queries against your Azure SQL Database.
144144

145145
1. Open a new query window.
146146

azure-sql/database/connect-query-content-reference-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following document includes links to Azure examples showing how to connect a
2323
| Quickstart | Description |
2424
| --- | --- |
2525
| [SQL Server Management Studio](connect-query-ssms.md) | This quickstart demonstrates how to use SSMS to connect to a database, and then use Transact-SQL statements to query, insert, update, and delete data in the database. |
26-
| [Azure Data Studio](/sql/azure-data-studio/quickstart-sql-database?toc=%2fazure%2fsql-database%2ftoc.json) | This quickstart demonstrates how to use Azure Data Studio to connect to a database, and then use Transact-SQL (T-SQL) statements to create the `TutorialDB` used in Azure Data Studio tutorials. |
26+
| [Azure Data Studio](/azure-data-studio/quickstart-sql-database?toc=%2fazure%2fsql-database%2ftoc.json) | This quickstart demonstrates how to use Azure Data Studio to connect to a database, and then use Transact-SQL (T-SQL) statements to create the `TutorialDB` used in Azure Data Studio tutorials. |
2727
| [Azure portal](connect-query-portal.md) | This quickstart demonstrates how to use the [query editor](query-editor.md) to connect to a database (Azure SQL Database only), and then use Transact-SQL statements to query, insert, update, and delete data in the database. |
2828
| [Visual Studio Code](connect-query-vscode.md) | This quickstart demonstrates how to use Visual Studio Code to connect to a database, and then use Transact-SQL statements to query, insert, update, and delete data in the database. |
2929
| [.NET with Visual Studio](connect-query-dotnet-visual-studio.md) | This quickstart demonstrates how to use the .NET framework to create a C# program with Visual Studio to connect to a database and use Transact-SQL statements to query data. |

azure-sql/database/connect-query-dotnet-core.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ namespace sqltest
143143
## Next steps
144144
145145
- [Tutorial: Create a .NET console application using Visual Studio Code](/dotnet/core/tutorials/with-visual-studio-code).
146-
- Learn how to [connect to Azure SQL Database using Azure Data Studio on Windows/Linux/macOS](/sql/azure-data-studio/quickstart-sql-database).
146+
- Learn how to [connect to Azure SQL Database using Azure Data Studio on Windows/Linux/macOS](/azure-data-studio/quickstart-sql-database).
147147
- Learn more about [developing with .NET and SQL](/sql/connect/ado-net/sql).
148148
- Learn how to [connect and query Azure SQL Database or Azure SQL Managed Instance, by using .NET in Visual Studio](connect-query-dotnet-visual-studio.md).
149149
- Learn how to [Design your first database with SSMS](design-first-database-tutorial.md).

azure-sql/database/connect-query-portal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@ Run the following [DELETE](/sql/t-sql/statements/delete-transact-sql/) T-SQL sta
135135
- [What is Azure SQL?](../azure-sql-iaas-vs-paas-what-is-overview.md)
136136
- [Azure SQL glossary of terms](../glossary-terms.md)
137137
- [T-SQL differences between SQL Server and Azure SQL Database](transact-sql-tsql-differences-sql-server.md)
138-
- [Quickstart: Use Azure Data Studio to connect and query Azure SQL Database](/sql/azure-data-studio/quickstart-sql-database)
138+
- [Quickstart: Use Azure Data Studio to connect and query Azure SQL Database](/azure-data-studio/quickstart-sql-database)
139139
- [Quickstart: Use SSMS to connect to and query Azure SQL Database or Azure SQL Managed Instance](connect-query-ssms.md)
140140
- [Quickstart: Use Visual Studio Code to connect and query](connect-query-vscode.md)

azure-sql/database/database-export.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ SqlPackage /a:Export /tf:testExport.BACPAC /scs:"Data Source=apptestserver.datab
7373

7474
## Azure Data Studio
7575

76-
[Azure Data Studio](/sql/azure-data-studio) is a free, open-source tool and is available for Windows, Mac, and Linux. The "SQL Server dacpac" extension provides a wizard interface to SqlPackage operations including export and import. See the extension's [documentation page](/sql/azure-data-studio/extensions/sql-server-dacpac-extension) for more information on installing and using the extension.
76+
[Azure Data Studio](/azure-data-studio) is a free, open-source tool and is available for Windows, Mac, and Linux. The "SQL Server dacpac" extension provides a wizard interface to SqlPackage operations including export and import. See the extension's [documentation page](/azure-data-studio/extensions/sql-server-dacpac-extension) for more information on installing and using the extension.
7777

7878
## SQL Server Management Studio (SSMS)
7979

azure-sql/database/database-import.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ SqlPackage /a:Import /sf:testExport.bacpac /tdn:NewDacFX /tsn:apptestserver.data
7979

8080
## Azure Data Studio
8181

82-
[Azure Data Studio](/sql/azure-data-studio) is a free, open-source tool and is available for Windows, macOS, and Linux. The "SQL Server dacpac" extension provides a wizard interface to SqlPackage operations including export and import. For more information on installing and using the extension, see the [SQL Server dacpac extension documentation](/sql/azure-data-studio/extensions/sql-server-dacpac-extension).
82+
[Azure Data Studio](/azure-data-studio) is a free, open-source tool and is available for Windows, macOS, and Linux. The "SQL Server dacpac" extension provides a wizard interface to SqlPackage operations including export and import. For more information on installing and using the extension, see the [SQL Server dacpac extension documentation](/azure-data-studio/extensions/sql-server-dacpac-extension).
8383

8484
## Use PowerShell
8585

@@ -181,7 +181,7 @@ You can also use these wizards.
181181

182182
## Related content
183183

184-
- To learn how to connect to and query Azure SQL Database from Azure Data Studio, see [Quickstart: Use Azure Data Studio to connect and query Azure SQL Database](/sql/azure-data-studio/quickstart-sql-database).
184+
- To learn how to connect to and query Azure SQL Database from Azure Data Studio, see [Quickstart: Use Azure Data Studio to connect and query Azure SQL Database](/azure-data-studio/quickstart-sql-database).
185185
- To learn how to connect to and query a database in Azure SQL Database, see [Quickstart: Azure SQL Database: Use SQL Server Management Studio to connect to and query data](connect-query-ssms.md).
186186
- For a SQL Server Customer Advisory Team blog about migrating using .bacpac files, see [Migrating from SQL Server to Azure SQL Database using BACPAC Files](https://techcommunity.microsoft.com/t5/DataCAT/Migrating-from-SQL-Server-to-Azure-SQL-Database-using-Bacpac/ba-p/305407).
187187
- For a discussion of the entire SQL Server database migration process, including performance recommendations, see [SQL Server database migration to Azure SQL Database](migrate-to-database-from-sql-server.md).

azure-sql/database/design-first-database-azure-data-studio.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: sqldbrb=1
1515

1616
[!INCLUDE[appliesto-sqldb](../includes/appliesto-sqldb.md)]
1717

18-
Azure SQL Database is a relational database-as-a-service (DBaaS) in the Microsoft Cloud (Azure). In this tutorial, you learn how to use the Azure portal and [Azure Data Studio](/sql/azure-data-studio/what-is-azure-data-studio) (ADS) to:
18+
Azure SQL Database is a relational database-as-a-service (DBaaS) in the Microsoft Cloud (Azure). In this tutorial, you learn how to use the Azure portal and [Azure Data Studio](/azure-data-studio/what-is-azure-data-studio) (ADS) to:
1919

2020
> [!div class="checklist"]
2121
>
@@ -38,7 +38,7 @@ Azure SQL Database is a relational database-as-a-service (DBaaS) in the Microsof
3838

3939
To complete this tutorial, make sure you've installed:
4040

41-
- [Azure Data Studio](/sql/azure-data-studio/download-azure-data-studio) (latest version)
41+
- [Azure Data Studio](/azure-data-studio/download-azure-data-studio) (latest version)
4242
- [BCP and SQLCMD](https://www.microsoft.com/download/details.aspx?id=36433) (latest version)
4343

4444
## Sign in to the Azure portal
@@ -113,7 +113,7 @@ Your IP address can now pass through the IP firewall. You can now connect to you
113113
114114
## Connect to the database
115115

116-
Use [Azure Data Studio](/sql/azure-data-studio/what-is-azure-data-studio) to establish a connection to your database.
116+
Use [Azure Data Studio](/azure-data-studio/what-is-azure-data-studio) to establish a connection to your database.
117117

118118
1. Open Azure Data Studio.
119119
2. In the **New Connection** from the Object Explorer to create a new connection and enter the following information:
@@ -136,7 +136,7 @@ Use [Azure Data Studio](/sql/azure-data-studio/what-is-azure-data-studio) to est
136136

137137
## Create tables in your database
138138

139-
Create a database schema with four tables that model a student management system for universities using [the Table Designer](/sql/azure-data-studio/overview-of-the-table-designer-in-azure-data-studio):
139+
Create a database schema with four tables that model a student management system for universities using [the Table Designer](/azure-data-studio/overview-of-the-table-designer-in-azure-data-studio):
140140

141141
- Person
142142
- Course
@@ -149,7 +149,7 @@ The following diagram shows how these tables are related to each other. Some of
149149

150150
1. In **Object Explorer**, Select *yourDatabase* which expands the dropdown menu of all processes stored in this database, right-click the **Tables** folder, select **New Table**. A blank Table Designer opens that is connected to your database.
151151

152-
2. Use the Table Designer interface to create these four tables in your database. To learn more about creating tables using the Table Designer, refer to [the Table Designer documentation](/sql/azure-data-studio/overview-of-the-table-designer-in-azure-data-studio) :
152+
2. Use the Table Designer interface to create these four tables in your database. To learn more about creating tables using the Table Designer, refer to [the Table Designer documentation](/azure-data-studio/overview-of-the-table-designer-in-azure-data-studio) :
153153

154154
- Person Table
155155

azure-sql/database/doc-changes-updates-release-notes-whats-new.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Learn about significant changes to the Azure SQL Database documentation. For pre
178178
| **JavaScript & Python bindings** | Support for JavaScript and Python SQL bindings for Azure Functions is currently in preview. For more information, see [Azure SQL bindings for Azure Functions](/azure/azure-functions/functions-bindings-azure-sql). |
179179
| **Local development experience** | The Azure SQL Database local development experience is a combination of tools and procedures that empowers application developers and database professionals to design, edit, build/validate, publish, and run database schemas for databases directly on their workstation using an Azure SQL Database containerized environment. For more information, see [Local development experience for Azure SQL Database](local-dev-experience-overview.md). |
180180
| **SQL Database emulator** | The Azure SQL Database emulator provides the ability to locally validate database and query design together with client application code in a simple and frictionless model as part of the application development process. The SQL Database emulator is currently in preview. For more information, see [SQL Database emulator](local-dev-experience-sql-database-emulator.md). |
181-
| **SDK-style SQL projects** | Use [Microsoft.Build.Sql](https://www.nuget.org/packages/Microsoft.Build.Sql) for SDK-style SQL projects in the SQL Database Projects extension in Azure Data Studio or Visual Studio Code. This feature is currently in preview. For more information, see [SDK-style SQL projects](/sql/azure-data-studio/extensions/sql-database-project-extension-sdk-style-projects). |
181+
| **SDK-style SQL projects** | Use [Microsoft.Build.Sql](https://www.nuget.org/packages/Microsoft.Build.Sql) for SDK-style SQL projects in the SQL Database Projects extension in Azure Data Studio or Visual Studio Code. This feature is currently in preview. For more information, see [SDK-style SQL projects](/azure-data-studio/extensions/sql-database-project-extension-sdk-style-projects). |
182182
| **Azure Synapse Link for SQL for Azure SQL Database** | Azure Synapse Link for SQL enables near real-time analytics over operational data in SQL Server 2022 and Azure SQL Database. With a seamless integration between operational stores and Azure Synapse Analytics dedicated SQL pools, Azure Synapse Link for SQL enables you to run analytics, business intelligence, and machine learning scenarios on your operational data with minimum impact on source databases with a new change feed technology. For more information, see [What is Azure Synapse Link for SQL? (Preview)](/azure/synapse-analytics/synapse-link/sql-synapse-link-overview). |
183183
| **General Purpose tier Zone redundancy GA** | Enabling zone redundancy for your provisioned and serverless General Purpose databases and elastic pools is now generally available in select regions. For more information, including region availability, see [General Purpose zone redundancy](high-availability-sla.md#zone-redundant-availability). |
184184
| **Change data capture GA** | Change data capture (CDC) lets you track all the changes that occur on a database. Though this feature has been available for SQL Server for quite some time, using it with Azure SQL Database is now generally available. For more information, see [Change data capture](/sql/relational-databases/track-changes/about-change-data-capture-sql-server). |

azure-sql/database/features-comparison.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Azure SQL Database and Azure SQL Managed Instance support various data tools tha
188188
| --- | --- | --- |
189189
| Azure portal | Yes | Yes |
190190
| Azure CLI | Yes | Yes|
191-
| [Azure Data Studio](/sql/azure-data-studio/what-is) | Yes | Yes |
191+
| [Azure Data Studio](/azure-data-studio/what-is-azure-data-studio) | Yes | Yes |
192192
| Azure PowerShell | Yes | Yes |
193193
| [BACPAC file (export)](/sql/relational-databases/data-tier-applications/export-a-data-tier-application) | Yes, see [SQL Database export](database-export.md?view=azuresql-db&preserve-view=true) | Yes, see [SQL Managed Instance export](database-export.md?view=azuresql-mi&preserve-view=true) |
194194
| [BACPAC file (import)](/sql/relational-databases/data-tier-applications/import-a-bacpac-file-to-create-a-new-user-database) | Yes, see [SQL Database import](database-import.md?view=azuresql-db&preserve-view=true) | Yes, see [SQL Managed Instance import](database-import.md?view=azuresql-mi&preserve-view=true) |

azure-sql/database/firewall-create-server-level-portal-quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Use the following steps to delete the resources that you created during this qui
6969

7070
- Learn how to [connect and query](connect-query-content-reference-guide.md) your database using your favorite tools or languages, including:
7171
- [Connect and query using SQL Server Management Studio](connect-query-ssms.md)
72-
- [Connect and query using Azure Data Studio](/sql/azure-data-studio/quickstart-sql-database?toc=/azure/sql-database/toc.json)
72+
- [Connect and query using Azure Data Studio](/azure-data-studio/quickstart-sql-database?toc=/azure/sql-database/toc.json)
7373
- Learn how to design your first database, create tables, and insert data, see one of these tutorials:
7474
- [Design your first single database in Azure SQL Database using SSMS](design-first-database-tutorial.md)
7575
- [Design a single database in Azure SQL Database and connect with C# and ADO.NET](design-first-database-csharp-tutorial.md)

azure-sql/database/free-offer-faq.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sections:
2828
- question: My vCore seconds are being used faster than I expected, how can I see what is using the vCore seconds?
2929
answer: |
3030
- Review the Azure SQL Database serverless [auto-pause troubleshooting article](/azure/azure-sql/database/serverless-tier-overview?tabs=general-purpose#auto-pause-troubleshooting) for tips on saving vCore seconds.
31-
- Disconnect querying tools such as [Azure Data Studio](/sql/azure-data-studio/download-azure-data-studio) and [SQL Server Management Studio](/sql/ssms/download-sql-server-management-studio-ssms), including the object explorer, when you're done using them. Leaving connections open may continue to consume credits.
31+
- Disconnect querying tools such as [Azure Data Studio](/azure-data-studio/download-azure-data-studio) and [SQL Server Management Studio](/sql/ssms/download-sql-server-management-studio-ssms), including the object explorer, when you're done using them. Leaving connections open may continue to consume credits.
3232
3333
- question: Can the serverless auto-pause setting be adjusted to less than 1 hour for the Azure SQL Database free offer?
3434
answer: |

0 commit comments

Comments
 (0)