Creating, Modifying, and Deleting Subscriptions (Replication)

You can create, modify, and delete subscriptions using SQL Server Management Studio, replication stored procedures, and Replication Management Objects (RMO). In the case of RMO and stored procedures, the classes and procedures that you use depend on both the type of publication to which the subscription belongs (transactional and snapshot or merge) and the server on which the synchronization agent for the subscription runs. For pull subscriptions, the synchronization agent runs at the Subscriber, and for push subscriptions, the synchronization agent runs at the Distributor.

In This Section

The following topics describe how to create, work with, and delete subscriptions.

See Also

Concepts