all groups > sql server replication > april 2006 >
You're in the

sql server replication

group:

Identify if conflicts?


Identify if conflicts? David
4/21/2006 10:17:28 AM
sql server replication:
Is there a stored procedure or T-SQL that I can run that tells me if there
are any conflicts on the database? I know I can read all of the conflict
tables, but was hoping for something simpler. Thanks.

David

Re: Identify if conflicts? David Chase
4/21/2006 12:45:07 PM
Actually the sp_helpmergearticleconflicts was a better start as it gave me
all tables with conflicts. Then I can use the other to give me the actual
records, reasons, etc. Thanks Paul.

David
[quoted text, click to view]

Re: Identify if conflicts? Paul Ibison
4/21/2006 4:26:23 PM
David,
pls try sp_helpmergeconflictrows
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)

AddThis Social Bookmark Button