Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 2.15 KB

updatable-subscriptions.md

File metadata and controls

37 lines (30 loc) · 2.15 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic ms.custom f1_keywords
Updatable Subscriptions
Updatable Subscriptions
MashaMSFT
mathoma
03/14/2017
sql
replication
ui-reference
updatefrequency5
sql13.rep.newsubwizard.updatablesubscriptions.f1

Updatable Subscriptions

[!INCLUDE SQL Server] With transactional replication, replicated data should be treated as read-only; however, you can modify replicated data at a [!INCLUDEmsCoName] [!INCLUDEssNoVersion] Subscriber by using updatable subscriptions. If you need to modify data at the Subscriber, choose one of the following options depending on your requirements.

Updatable Subscription Type Requirements
Immediate Updating Publisher and Subscriber must be connected to update data at the Subscriber.
Queued Updating Publisher and Subscriber do not have to be connected to update data at the Subscriber. Updates can be made while offline, and later synchronized between the Publisher and Subscriber.

Options

Replicate Subscriber changes
Select the check box in the Replicate column for each Subscriber that should be able to make updates. For those Subscribers that can make updates, select the appropriate option from the drop-down list box in the Commit at Publisher column:

  • Select Simultaneously commit changes for an immediate updating subscription.

  • Select Queue changes and commit when possible for a queued updating subscription.

See Also

Create a Pull Subscription
Create a Push Subscription
Subscribe to Publications
Updatable Subscriptions for Transactional Replication