Skip to content

Commit 84f9465

Browse files
authored
Merge pull request #79686 from CarlRabeler/patch-369
Update sql-database-connectivity-issues.md
2 parents 0d3a114 + 6a5f06d commit 84f9465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ author: dalechen
1212
ms.author: ninarn
1313
ms.reviewer: carlrab
1414
manager: craigg
15-
ms.date: 11/14/2018
15+
ms.date: 06/14/2019
1616
---
1717
# Working with SQL Database connection issues and transient errors
1818

@@ -88,7 +88,7 @@ One way you can test your retry logic is to disconnect your client computer from
8888
- **SqlException.Number** = 11001
8989
- Message: "No such host is known"
9090

91-
As part of the first retry attempt, your program can correct the misspelling and then attempt to connect.
91+
As part of the first retry attempt, you can reconnect your client computer to the network and then attempt to connect.
9292

9393
To make this test practical, unplug your computer from the network before you start your program. Then your program recognizes a runtime parameter that causes the program to:
9494

0 commit comments

Comments
 (0)