FIX: Custom Stored Procedure Resolver Does Not Log Merge Conflict Correctly (247208)



The information in this article applies to:

  • Microsoft SQL Server 7.0

This article was previously published under Q247208
BUG #56239 (SQLBUG_70)

SYMPTOMS

In a merge publication, there are two different ways to define a conflict:

  • Column level conflict

    -and-

  • Row level conflict
A Column level conflict defines changes made to the same columns as a conflict, and changes to different columns in the same rows will be merged. However, when setting this Column level conflict in merge publication, you can still get a conflict when updating different columns in the same row.

CAUSE

This behavior occurs due to the use of the custom Stored Procedure Resolver.

WORKAROUND

Use the default Priority based resolver or custom COM object resolver instead of the Stored Procedure Resolver.

STATUS

Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 2 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

254561 INF: How to Obtain Service Pack 2 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0

For more information, contact your primary support provider.

Modification Type:MajorLast Reviewed:3/14/2006
Keywords:kbBug kbfix KB247208