Skip to content

Commit 1fd142f

Browse files
authored
Merge pull request #5806 from MicrosoftDocs/RichdiMSFT-patch-2
Fixed bug with port usage in SSMS
2 parents c3a9b1a + 36debe9 commit 1fd142f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/data-platform/dataverse-sql-query.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Only Azure Active Directory authentication is supported. SQL authentication and
4444
![Connec dialog.](media/ssms-connect-dialog.PNG)
4545

4646
> [!NOTE]
47-
> Ports 1433 and/or 5558 need to be enabled to use the TDS endpoint from a client application such as SSMS. If you only enable port 5558, the user must append that port number to the server name in the **Connect to Server** dialog of SSMS - for example: myorgname.crm.dynamics.com;5558.
47+
> Ports 1433 and/or 5558 need to be enabled to use the TDS endpoint from a client application such as SSMS. If you only enable port 5558, the user must append that port number to the server name in the **Connect to Server** dialog of SSMS - for example: myorgname.crm.dynamics.com,5558.
4848
4949
#### Example table data queries
5050

@@ -113,7 +113,7 @@ Queries using the TDS endpoint execute under the service protection API limits.
113113
Below are some know error conditions and how to resolve them.
114114
115115
> [!NOTE]
116-
> Ports 1433 and/or 5558 need to be enabled to use the TDS endpoint from a client application such as SSMS. If you only enable port 5558, the user must append that port number to the server name in the **Connect to Server** dialog of SSMS - for example: myorgname.crm.dynamics.com;5558.
116+
> Ports 1433 and/or 5558 need to be enabled to use the TDS endpoint from a client application such as SSMS. If you only enable port 5558, the user must append that port number to the server name in the **Connect to Server** dialog of SSMS - for example: myorgname.crm.dynamics.com,5558.
117117
118118
### Authentication
119119

0 commit comments

Comments
 (0)