How to replace statements with custom stored procedures (Enterprise Manager)
To use the Transact-SQL replication mechanism for a statement type
- Expand a server group; then expand the Publisher.
- On the Tools menu, point to Replication, and then click Create and Manage Publications.
- Expand the database containing the publication to modify.
- Click the publication; then click Properties & Subscriptions.
- Click the Articles tab.
- Clear Replace statement statements with this stored procedure.
To specify no processing for a statement type
- Expand a server group; then expand the Publisher.
- On the Tools menu, point to Replication, and then click Create and Manage Publications.
- Expand the database containing the publication to modify.
- Click the publication; then click Properties & Subscriptions.
- Click the Articles tab.
- Select Replace statement statements with this stored procedure.
- Enter NONE.
To specify custom processing for a statement type
- Expand a server group; then expand the Publisher.
- On the Tools menu, point to Replication, and then click Create and Manage Publications.
- Expand the database containing the publication to modify.
- Click the publication; then click Properties & Subscriptions.
- Click the Articles tab.
- Select Replace statement statements with this stored procedure.
- Enter the name of the stored procedure to replace the statement type. The stored procedure must be created in each Subscriber’s destination database.
(c) 1988-98 Microsoft Corporation. All Rights Reserved.