Configuring a SQL Publication to Replicate a Catalog
Preparing the server running SQL Server to participate in a replication environment is outside the scope of this document; however, the following configurations were made to support transactional replication between the staging server and the production servers:
The staging server was set up as the publisher and the distributor.
The distribution database was configured on the staging server.
The two production servers were added as subscribers.
Note
It is recommended that a qualified SQL Server administrator provide guidance in configuring replication for your environment.
Configuring the publication to support a one-way replication of the product catalog involves the following steps:
- Creating a Replication Publication of all the tables, the catalog-specific stored procedures, and user-defined functions.
- Generating the Pre-Snapshot.sql script to support the initial snapshot replication to subscribers.
- Modifying the Pre-Snapshot.sql script to support specific workarounds to ensure a successful, ongoing replication.
- Updating the publication with the Modified Script.
- Adding Subscribers to the Publication.
- Updating full-text Indexes in production.
- Refreshing the catalog cache.
- Invoking catalog replication on demand.
Copyright © 2005 Microsoft Corporation.
All rights reserved.