Skip to content

Commit b5fd825

Browse files
committed
added note about multisubnet failover
1 parent 7959d79 commit b5fd825

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

docs/relational-databases/replication/agents/replication-distribution-agent.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ distrib [-?]
204204

205205
**-MultiSubnetFailover**
206206
Specifies whether the MultiSubnetFailover property is enabled or not. If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server.
207+
**Applies to**: [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] (Starting with [!INCLUDE [sssql19-md](../../../includes/sssql19-md.md)]).
208+
207209

208210
**-OledbStreamThreshold** _oledb_stream_threshold_
209211
Specifies the minimum size, in bytes, for binary large object data above which the data will be bound as a stream. You must specify **-UseOledbStreaming** to use this parameter. Values can range from 400 to 1048576 bytes, with a default of 16384 bytes.

docs/relational-databases/replication/agents/replication-log-reader-agent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ logread [-?]
138138

139139
**-MultiSubnetFailover** [**0**\|**1**]
140140
Specifies whether the MultiSubnetFailover property is enabled or not. If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover to 1 (true) provides faster detection of and connection to the (currently) active server.
141+
**Applies to**: [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] (Starting with [!INCLUDE [sssql19-md](../../../includes/sssql19-md.md)]).
141142

142143
**-Output** _output_path_and_file_name_
143144
Is the path of the agent output file. If the file name is not provided, the output is sent to the console. If the specified file name exists, the output is appended to the file.

0 commit comments

Comments
 (0)