From 713299dad8ea2e6556e09b87d5372a185effeb23 Mon Sep 17 00:00:00 2001 From: Jess Pomfret Date: Thu, 30 Mar 2023 11:24:17 +0100 Subject: [PATCH] RMO Documentation updates --- .../replication/create-a-push-subscription.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/relational-databases/replication/create-a-push-subscription.md b/docs/relational-databases/replication/create-a-push-subscription.md index e917df9b5c2..7a30e489092 100644 --- a/docs/relational-databases/replication/create-a-push-subscription.md +++ b/docs/relational-databases/replication/create-a-push-subscription.md @@ -190,7 +190,7 @@ You can create push subscriptions programmatically by using replication stored p - (Optional) A value of **true** (the default) for to create an agent job that is used to synchronize the subscription. If you specify **false**, the subscription can only be synchronized programmatically. - - (Optional) Set the and or fields of when using SQL Server Authentication to connect to the Subscriber. + - (Optional) Set the to False, and or fields of when using SQL Server Authentication to connect to the Subscriber. 8. Call the method. @@ -230,7 +230,7 @@ You can create push subscriptions programmatically by using replication stored p - (Optional) Set the and or fields of when using SQL Server Authentication to connect to the Subscriber. - - (Optional) Set the and or fields of when using SQL Server Authentication to connect to the Publisher. + - (Optional) Set the to False, and or fields of when using SQL Server Authentication to connect to the Publisher. 8. Call the method.