Configuring Replication (Replication Transact-SQL Programming)
Replication system stored procedures enable you to programmatically configure a replication topology by creating, changing, and deleting publications, articles, and subscriptions. The stored procedures used depend on the type of replication topology.
The following topics detail how to configure a replication topology:
- How to: Configure Publishing and Distribution (Replication Transact-SQL Programming)
- How to: View and Modify Publisher and Distributor Properties (Replication Transact-SQL Programming)
- How to: Disable Publishing and Distribution (Replication Transact-SQL Programming)
- How to: Create a Publication (Replication Transact-SQL Programming)
- How to: Define an Article (Replication Transact-SQL Programming)
- How to: View and Modify Publication Properties (Replication Transact-SQL Programming)
- How to: View and Modify Article Properties (Replication Transact-SQL Programming)
- How to: Delete a Publication (Replication Transact-SQL Programming)
- How to: Delete an Article (Replication Transact-SQL Programming)
- Creating, Modifying, and Deleting Subscriptions (Replication Transact-SQL Programming)
- How to: Upgrade Replication Scripts (Replication Transact-SQL Programming)
- How to: Configure Peer-to-Peer Transactional Replication (Replication Transact-SQL Programming)
- How to: Configure Nonpartitioned, Bidirectional, Transactional Replication (Replication Transact-SQL Programming)
- How to: Configure Web Synchronization for Merge Replication (Replication Transact-SQL Programming)
참고 항목
개념
Programming Replication Using System Stored Procedures
Configuring Replication (RMO Programming)