Skip to content

Commit 9d49997

Browse files
committed
Merge branch 'patch-1' of https://github.com/briancarrig/sql-docs into fixes
2 parents 3dff203 + eb07017 commit 9d49997

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,11 @@ replmerg [-?]
286286
Specifies whether the output should be verbose. If the verbose level is **0**, only error messages are printed. If the verbose level is **1**, all of the progress report messages are printed. If the verbose level is **2** (default), all error messages and progress report messages are printed, which is useful for debugging.
287287

288288
**-ParallelUploadDownload** [**0**\|**1**]
289-
Specifies whether the Merge Agent should process in parallel the changes uploaded to the Publisher and those downloaded to the Subscriber, which is useful in high volume environments with high network bandwidth. If **ParallelUploadDownload** is **1**, then parallel processing is enabled.
289+
Specifies whether the Merge Agent should process in parallel the changes uploaded to the Publisher and those downloaded to the Subscriber, which can be useful in high volume environments with high network bandwidth. However, note the warning below for cases where **ParallelUploadDownload** is set to **1**.
290+
291+
> [!WARNING]
292+
> [!INCLUDE[ssNoteDepFutureDontUse](../../../includes/ssnotedepfuturedontuse-md.md)]
293+
This parameter is on the list for possible deprecation soon. We recommend setting the **ParallelUploadDownload** parameter to 0 and avoiding use of the "High Volume Server-to-Server" Merge agent Profile, as **ParallelUploadDownload** is set to 1 in this profile.
290294

291295
**-PacketSize**
292296
Is the packet size, in bytes. The default is 4096 (bytes).

0 commit comments

Comments
 (0)