Implementing Nonpartitioned, Bidirectional, Transactional Replication
You can develop a transactional, nonpartitioned, bidirectional application using the following replication features:
- Reciprocal publications
- Custom stored procedures
- Cycle detection
The sample application presented in this topic illustrates how these features can be combined programmatically on one Microsoft® SQL Server™ installation using two databases (test1 and test2). The sample is built in six steps.
- Create the databases.
- Create a bidirectional schema.
- Create reciprocal publications.
- Create subscriptions with cycle detection enabled.
- Create custom stored procedures to apply changes and handle conflicts.
- Test the application.
See Also
Nonpartitioned, Bidirectional, Transactional Replication
(c) 1988-98 Microsoft Corporation. All Rights Reserved.