Skip to content

Commit 76ae867

Browse files
authored
Merge pull request #134354 from ecfan/patch-4
Continue revisions for PR 134311
2 parents a74ae56 + fdcd2e4 commit 76ae867

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

articles/connectors/connectors-create-api-sqlazure.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -251,15 +251,13 @@ When you call a stored procedure by using the SQL Server connector, the returned
251251

252252
## Troubleshoot problems
253253

254-
It is very common to encounter connectivity issue. The following is an example of an error message:
254+
Connection problems can commonly happen, so to troubleshoot and resolve these kinds of issues, review [Solving connectivity errors to SQL Server](https://support.microsoft.com/help/4009936/solving-connectivity-errors-to-sql-server). Here are some examples:
255255

256-
> `A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.`
257-
>
258-
> `(provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 53)`
259-
>
260-
> `(provider: TCP Provider, error: 0 - No such host is known.) (Microsoft SQL Server, Error: 11001)`
256+
* `A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.`
261257

262-
Please follow [Solving Connectivity errors to SQL Server](https://support.microsoft.com/help/4009936/solving-connectivity-errors-to-sql-server) to troubleshoot the issue.
258+
* `(provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 53)`
259+
260+
* `(provider: TCP Provider, error: 0 - No such host is known.) (Microsoft SQL Server, Error: 11001)`
263261

264262
## Connector-specific details
265263

0 commit comments

Comments
 (0)