Skip to content

Commit 3e661b0

Browse files
authored
Merge pull request #101152 from VanMSFT/tshootconn
Merging conn content
2 parents 691cf5d + 6c4dbe1 commit 3e661b0

6 files changed

+11
-91
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90331,6 +90331,11 @@
9033190331
"source_path": "articles/load-balancer/load-balancer-arm.md",
9033290332
"redirect_url": "/azure/load-balancer/load-balancer-overview",
9033390333
"redirect_document_id": true
90334+
},
90335+
{
90336+
"source_path": "articles/sql-database/sql-database-troubleshoot-common-connection-issues.md",
90337+
"redirect_url": "/azure/sql-database/troubleshoot-connectivity-issues-microsoft-azure-sql-database",
90338+
"redirect_document_id": true
9033490339
}
9033590340
]
9033690341
}

articles/sql-database/sql-database-connectivity-issues.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ ms.topic: conceptual
1111
author: dalechen
1212
manager: dcscontentpm
1313
ms.author: ninarn
14-
ms.reviewer: carlrab
15-
ms.date: 11/14/2019
14+
ms.reviewer: carlrab, vanto
15+
ms.date: 01/14/2020
1616
---
17-
# Working with SQL Database connection issues and transient errors
17+
# Troubleshooting transient connection errors to SQL Database
1818

1919
This article describes how to prevent, troubleshoot, diagnose, and mitigate connection errors and transient errors that your client application encounters when it interacts with Azure SQL Database. Learn how to configure retry logic, build the connection string, and adjust other connection settings.
2020

@@ -441,7 +441,6 @@ public bool IsTransient(Exception ex)
441441

442442
## Next steps
443443

444-
- For more information on troubleshooting other common SQL Database connection issues, see [Troubleshoot connection issues to Azure SQL Database](sql-database-troubleshoot-common-connection-issues.md).
445444
- [Connection libraries for SQL Database and SQL Server](sql-database-libraries.md)
446445
- [SQL Server connection pooling (ADO.NET)](https://docs.microsoft.com/dotnet/framework/data/adonet/sql-server-connection-pooling)
447446
- [*Retrying* is an Apache 2.0 licensed general-purpose retrying library, written in Python,](https://pypi.python.org/pypi/retrying) to simplify the task of adding retry behavior to just about anything.

articles/sql-database/sql-database-howto-single-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
1010
author: jovanpop-msft
1111
ms.author: jovanpop
1212
ms.reviewer: carlr
13-
ms.date: 02/08/2019
13+
ms.date: 01/14/2020
1414
---
1515
# How to use a single database in Azure SQL Database
1616

@@ -36,7 +36,7 @@ In this section you can find various guides, scripts, and explanations that can
3636
- [Enable e-mail notifications for automatic tuning](sql-database-automatic-tuning-email-notifications.md) to get information about tuning recommendations.
3737
- [Apply performance recommendations](sql-database-advisor-portal.md) and optimize your database.
3838
- [Create alerts](sql-database-insights-alerts-portal.md) to get notifications from Azure SQL Database.
39-
- [Troubleshoot connectivity](sql-database-troubleshoot-common-connection-issues.md) if you notice some connectivity issues between the applications and the database. You can also use [Resource Health for connectivity issues](sql-database-resource-health.md).
39+
- [Troubleshoot connectivity](troubleshoot-connectivity-issues-microsoft-azure-sql-database.md) if you notice some connectivity issues between the applications and the database. You can also use [Resource Health for connectivity issues](sql-database-resource-health.md).
4040
- [Manage file space](sql-database-file-space-management.md) to monitor storage usage in your database.
4141

4242
## Query distributed data

articles/sql-database/sql-database-troubleshoot-common-connection-issues.md

Lines changed: 0 additions & 82 deletions
This file was deleted.

articles/sql-database/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,8 +667,6 @@
667667
href: sql-database-advisor-portal.md
668668
- name: Create alerts
669669
href: sql-database-insights-alerts-portal.md
670-
- name: Troubleshoot connectivity
671-
href: sql-database-troubleshoot-common-connection-issues.md
672670
- name: Manage file space
673671
href: sql-database-file-space-management.md
674672
- name: Use Resource Health for connectivity issues

articles/sql-database/troubleshoot-connectivity-issues-microsoft-azure-sql-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom: seo-lt-2019, OKR 11/2019
88
author: ramakoni1
99
ms.author: ramakoni
1010
ms.reviewer: carlrab,vanto
11-
ms.date: 11/14/2019
11+
ms.date: 01/14/2020
1212
---
1313

1414
# Troubleshooting connectivity issues and other errors with Microsoft Azure SQL Database

0 commit comments

Comments
 (0)