Skip to content

Commit c2a91bc

Browse files
authored
Merge pull request MicrosoftDocs#1332 from imba-tjd/patch-2
Fix link
2 parents de26bfe + 392e067 commit c2a91bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tools/sqlcmd-utility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Prints raw error messages to the screen.
245245
Declares the application workload type when connecting to a server. The only currently supported value is **ReadOnly**. If **-K** is not specified, the sqlcmd utility will not support connectivity to a secondary replica in an Always On availability group. For more information, see [Active Secondaries: Readable Secondary Replica (Always On Availability Groups)](../database-engine/availability-groups/windows/active-secondaries-readable-secondary-replicas-always-on-availability-groups.md)
246246
247247
**-M** *multisubnet_failover*
248-
Always specify **-M** when connecting to the availability group listener of a SQL Server availability group or a SQL Server Failover Cluster Instance. **-M** provides for faster detection of and connection to the (currently) active server. If **–M** is not specified, **-M** is off. For more information about [!INCLUDE[ssHADR](../database-engine/availability-groups/windows/listeners-client-connectivity-application-failover.md), [Creation and Configuration of Availability Groups (SQL Server)](../database-engine/availability-groups/windows/creation-and-configuration-of-availability-groups-sql-server.md), [Failover Clustering and Always On Availability Groups (SQL Server)](https://msdn.microsoft.com/library/ff929171.aspx), and [Active Secondaries: Readable Secondary Replicas(Always On Availability Groups)](https://msdn.microsoft.com/library/ff878253.aspx).
248+
Always specify **-M** when connecting to the availability group listener of a SQL Server availability group or a SQL Server Failover Cluster Instance. **-M** provides for faster detection of and connection to the (currently) active server. If **–M** is not specified, **-M** is off. For more information about [Listeners, Client Connectivity, Application Failover](../database-engine/availability-groups/windows/listeners-client-connectivity-application-failover.md), [Creation and Configuration of Availability Groups (SQL Server)](../database-engine/availability-groups/windows/creation-and-configuration-of-availability-groups-sql-server.md), [Failover Clustering and Always On Availability Groups (SQL Server)](https://msdn.microsoft.com/library/ff929171.aspx), and [Active Secondaries: Readable Secondary Replicas(Always On Availability Groups)](https://msdn.microsoft.com/library/ff878253.aspx).
249249
250250
**-N**
251251
This switch is used by the client to request an encrypted connection.
@@ -257,7 +257,7 @@ Prints raw error messages to the screen.
257257
258258
We recommend that you use a strong password.
259259
260-
#### [**Use a strong password!**](https://msdn.microsoft.com/library/ms161962(SQL.130).aspx)
260+
#### [**Use a strong password!**](../relational-databases/security/strong-passwords.md)
261261
262262
263263
The password prompt is displayed by printing the password prompt to the console, as follows: `Password:`

0 commit comments

Comments
 (0)