PRB: Custom Stored Procedure Resolvers Don't Fire When Conflict Involves UPDATE and DELETE (291263)
The information in this article applies to:
- Microsoft SQL Server 7.0
- Microsoft SQL Server 2000 (all editions)
This article was previously published under Q291263 SYMPTOMS
In SQL Server merge replication, when the same row is updated at one location and deleted at another, custom stored procedure resolvers defined for the article are not fired. Instead, the default priority-based resolver is fired. Custom stored procedure resolvers are fired, however, for conflicts between updates to the same row at different locations.
CAUSE
This behavior is by design.
WORKAROUND
As a workaround, you can develop a custom COM resolver for SQL Server.
Modification Type: | Major | Last Reviewed: | 10/16/2003 |
---|
Keywords: | kbprb KB291263 |
---|
|