Warning Conditions

Replication Server warning conditions occur when an applied stored procedure is not delivered at a replicate database.

If the first statement in the applied stored procedure is an operation other than update, or the replicate database does not subscribe to the before image and after image of the updated row, Replication Server fails to deliver the applied stored procedure to the replicate database. Instead, Replication Server performs other actions that you can interpret as warnings.

The actions Replication Server takes are based on:
  • The first operation (other than update) contained in the applied stored procedure at the primary database

  • Whether the row modification stays in the subscription for the replicate database, and whether it matches the subscription’s before image or after image

Warning Conditions and Replication Server Actions