Skip to content

Commit bc40810

Browse files
20230314 0955 link fix
1 parent 969b0a4 commit bc40810

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to analyze deadlocks and prevent them from reoccurring in
55
author: rwestMSFT
66
ms.author: randolphwest
77
ms.reviewer: mathoma, dfurman, wiassaf
8-
ms.date: 03/10/2023
8+
ms.date: 03/14/2023
99
ms.service: sql-database
1010
ms.subservice: performance
1111
ms.topic: conceptual
@@ -266,7 +266,7 @@ GO
266266
## Cause a deadlock in AdventureWorksLT
267267

268268
> [!NOTE]
269-
> This example works in the AdventureWorksLT database with the default schema and data when RCSI has been enabled. See [Create the AdventureWorksLT database](#create-the-adventureworkslt-database) for instructions to create the database.
269+
> This example works in the `AdventureWorksLT` database with the default schema and data when RCSI has been enabled. See [Create the AdventureWorksLT database](#create-the-adventureworkslt-database) for instructions to create the database.
270270
271271
To cause a deadlock, you will need to connect two sessions to the `AdventureWorksLT` database. We'll refer to these sessions as **Session A** and **Session B**.
272272

azure-sql/database/performance-guidance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Although Azure SQL Database and Azure SQL Managed Instance service tiers are des
4646

4747
Applications that have inherent data access concurrency issues, for example deadlocking, might not benefit from a higher compute size. Consider reducing round trips against the database by caching data on the client side with the Azure Caching service or another caching technology. See [Application tier caching](#application-tier-caching).
4848

49-
To prevent deadlocks from reoccurring in Azure SQL Database, see [Analyze and prevent deadlocks in Azure SQL Database](analyze-prevent-deadlocks.md). For Azure SQL Managed Instance, refer to the [Deadlock tools](/sql/relational-databases/sql-server-deadlock-guide#deadlock_tools) of the [Deadlocks guide](/sql/relational-databases/sql-server-deadlocks-guide).
49+
To prevent deadlocks from reoccurring in Azure SQL Database, see [Analyze and prevent deadlocks in Azure SQL Database](analyze-prevent-deadlocks.md). For Azure SQL Managed Instance, refer to the [Deadlock tools](/sql/relational-databases/sql-server-deadlocks-guide#deadlock_tools) of the [Deadlocks guide](/sql/relational-databases/sql-server-deadlocks-guide).
5050

5151
## Tune your database
5252

docs/relational-databases/sql-server-deadlocks-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
1818

1919
This article discusses deadlocks in the SQL Server Database Engine in depth. Deadlocks are caused competing, concurrent locks in the database, often in multi-step transactions. For more on transaction locking, see [Transaction locking and row versioning guide](sql-server-transaction-locking-and-row-versioning-guide.md).
2020

21-
For more specific information on identification and prevention of deadlocks in Azure SQL Database, see [Analyze and prevent deadlocks in Azure SQL Database](/azure/azure-sql/database/analyze-prevent-deadlocks.md).
21+
For more specific information on identification and prevention of deadlocks in Azure SQL Database, see [Analyze and prevent deadlocks in Azure SQL Database](/azure/azure-sql/database/analyze-prevent-deadlocks).
2222

2323
## <a id="deadlocks"></a> Understand deadlocks
2424

@@ -519,5 +519,5 @@ You can view the XML in the `Deadlock_XML` column inside SSMS, by selecting the
519519

520520
## Next steps
521521

522-
- [Analyze and prevent deadlocks in Azure SQL Database](/azure/azure-sql/database/analyze-prevent-deadlocks.md)
522+
- [Analyze and prevent deadlocks in Azure SQL Database](/azure/azure-sql/database/analyze-prevent-deadlocks)
523523
- [Open, view, and print a deadlock file in SQL Server Management Studio (SSMS)](performance/open-view-and-print-a-deadlock-file-sql-server-management-studio.md)

0 commit comments

Comments
 (0)