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
- The **MessageInterval** value is reached after the last history event is logged.
200
201
201
202
If there is no replicated transaction available at the source, the agent reports a no-transaction message to the Distributor. This option specifies how long the agent waits before reporting another no-transaction message. Agents always report a no-transaction message when they detect that there are no transactions available at the source after previously processing replicated transactions. The default is 60 seconds.
203
+
204
+
**-MultiSubnetFailover**
205
+
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.
202
206
203
207
**-OledbStreamThreshold**_oledb_stream_threshold_
204
208
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.
@@ -293,6 +297,7 @@ distrib [-?]
293
297
|Updated content|
294
298
|---------------------|
295
299
|Added the **-ExtendedEventConfigFile** parameter.|
Copy file name to clipboardExpand all lines: docs/relational-databases/replication/agents/replication-log-reader-agent.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,8 @@ logread [-?]
44
44
[-LoginTimeOut login_time_out_seconds]
45
45
[-LogScanThreshold scan_threshold]
46
46
[-MaxCmdsInTran number_of_commands]
47
-
[-MessageInterval message_interval]
47
+
[-MessageInterval message_interval]
48
+
[-MultiSubnetFailover [0|1]]
48
49
[-Output output_path_and_file_name]
49
50
[-OutputVerboseLevel [0|1|2|3|4]]
50
51
[-PacketSize packet_size]
@@ -133,6 +134,9 @@ logread [-?]
133
134
Is the time interval used for history logging. A history event is logged when the **MessageInterval** value is reached after the last history event is logged.
134
135
135
136
If there is no replicated transaction available at the source, the agent reports a no-transaction message to the Distributor. This option specifies how long the agent waits before reporting another no-transaction message. Agents always report a no-transaction message when they detect that there are no transactions available at the source after previously processing replicated transactions. The default is 60 seconds.
137
+
138
+
**-MultiSubnetFailover**[**0**|**1**]
139
+
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.
136
140
137
141
**-Output**_output_path_and_file_name_
138
142
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.
@@ -195,6 +199,7 @@ logread [-?]
195
199
|Updated content|
196
200
|---------------------|
197
201
|Added the **-ExtendedEventConfigFile** parameter.|
0 commit comments