Skip to content

Commit 6c4dbe1

Browse files
committed
fixed errors
1 parent c49c9fd commit 6c4dbe1

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/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

0 commit comments

Comments
 (0)