Skip to content

Commit 2e6de7a

Browse files
authored
Merge pull request #77528 from KalyanChanumolu-MSFT/patch-3
(AzureCXP) MicrosoftDocs/azure-docs#31802
2 parents 09f10f7 + 0807a83 commit 2e6de7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ If your client program connects to SQL Database by using the .NET Framework clas
129129
When you build the [connection string](https://msdn.microsoft.com/library/System.Data.SqlClient.SqlConnection.connectionstring.aspx) for your **SqlConnection** object, coordinate the values among the following parameters:
130130

131131
- **ConnectRetryCount**:  Default is 1. Range is 0 through 255.
132-
- **ConnectRetryInterval**:  Default is 1 second. Range is 1 through 60.
132+
- **ConnectRetryInterval**:  Default is 10 seconds. Range is 1 through 60.
133133
- **Connection Timeout**:  Default is 15 seconds. Range is 0 through 2147483647.
134134

135135
Specifically, your chosen values should make the following equality true: Connection Timeout = ConnectRetryCount * ConnectionRetryInterval

0 commit comments

Comments
 (0)