You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/database-engine/availability-groups/windows/troubleshoot-always-on-availability-groups-configuration-sql-server.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,21 +220,21 @@ Summary of steps is outlined below. For detailed step-by-step instructions, plea
220
220
221
221
### Examples
222
222
223
-
This illustrate the connection string for .NET System.Data.SqlClient provider for a virtual network name (VNN) listener:
223
+
This illustrates the connection string for .NET System.Data.SqlClient provider for a virtual network name (VNN) listener:
>IfyouareusingcommandlineprogramslikeSQLCMD, ensurethatyouspecifythecorrectswitchesfor server name. For instance, in SQLCMD you must use the upper case -S switch that specifies server name, not the lower case -s switch which is used for column separator.
4. Ensure that the availability group listener is online. To ensure that the availability group listener is online run the following query on the primary replica:
240
240
@@ -245,7 +245,7 @@ Summary of steps is outlined below. For detailed step-by-step instructions, plea
5. Ensure READ_ONLY_ROUTING_LIST is correctly populated. On Primary replica, ensure that the READ_ONLY_ROUTING_LIST contains only server instances that are hosting readable secondary replicas.
@@ -292,7 +292,7 @@ Summary of steps is outlined below. For detailed step-by-step instructions, plea
292
292
- The IP addresses are configured correctly
293
293
294
294
> [!NOTE]
295
-
> You can quickly verify all of these are properly configured if you can connect from a remote machine to a target secondary replica's [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] instance name using `TCP:SQLinstance` syntax.
295
+
> You can quickly verify all of these are properly configured if you can connect from a remote machine to a target secondary replica's [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] instance name using `TCP:SQL_Instance` syntax.
296
296
297
297
See: [Configure a Server to Listen on a Specific TCP Port (SQL Server Configuration Manager)](../../configure-windows/configure-a-server-to-listen-on-a-specific-tcp-port.md) and [View or Change Server Properties (SQL Server)](../../configure-windows/view-or-change-server-properties-sql-server.md)
0 commit comments