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: azure-sql/database/analyze-prevent-deadlocks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Learn more about each of these approaches in the [Prevent a deadlock from reoccu
103
103
104
104
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.
105
105
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.
Copy file name to clipboardExpand all lines: azure-sql/database/azure-sql-python-quickstart.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ The app is ready to be deployed to Azure.
270
270
271
271
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.
272
272
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).
274
274
275
275
1. Add a user to the Azure SQL Database with SQL commands to create a user and role for passwordless access.
Copy file name to clipboardExpand all lines: azure-sql/database/configure-max-degree-of-parallelism.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ $params = @{
140
140
141
141
### Transact-SQL
142
142
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.
Copy file name to clipboardExpand all lines: azure-sql/database/connect-query-content-reference-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The following document includes links to Azure examples showing how to connect a
23
23
| Quickstart | Description |
24
24
| --- | --- |
25
25
|[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. |
27
27
|[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. |
28
28
|[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. |
29
29
|[.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. |
Copy file name to clipboardExpand all lines: azure-sql/database/connect-query-dotnet-core.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ namespace sqltest
143
143
## Next steps
144
144
145
145
- [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).
147
147
- Learn more about [developing with .NET and SQL](/sql/connect/ado-net/sql).
148
148
- 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).
149
149
- Learn how to [Design your first database with SSMS](design-first-database-tutorial.md).
[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.
[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).
83
83
84
84
## Use PowerShell
85
85
@@ -181,7 +181,7 @@ You can also use these wizards.
181
181
182
182
## Related content
183
183
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).
185
185
- 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).
186
186
- 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).
187
187
- 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 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:
19
19
20
20
> [!div class="checklist"]
21
21
>
@@ -38,7 +38,7 @@ Azure SQL Database is a relational database-as-a-service (DBaaS) in the Microsof
38
38
39
39
To complete this tutorial, make sure you've installed:
40
40
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)
42
42
-[BCP and SQLCMD](https://www.microsoft.com/download/details.aspx?id=36433) (latest version)
43
43
44
44
## 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
113
113
114
114
## Connect to the database
115
115
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.
117
117
118
118
1. Open Azure Data Studio.
119
119
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
136
136
137
137
## Create tables in your database
138
138
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):
140
140
141
141
- Person
142
142
- Course
@@ -149,7 +149,7 @@ The following diagram shows how these tables are related to each other. Some of
149
149
150
150
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.
151
151
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) :
0 commit comments