|
Home > Archive > MS SQL Server Replication > May 2005 > CONFLICT TABLES
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi,
I am dealing with merge replication.
Is there any option(query) to view the lattest conflict records(for current
date)
for all the conflicted tables?
Thanks,
Soura.
| |
| Hilary Cotter 2005-05-31, 7:23 am |
| You can query the conflict tables directly on the publisher and sort by
MSrepl_create_time desc. You can view conflicts using the conflict viewer,
but they will be presented in the order they occur, i.e. the earliest will
be first.
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
"SouRa" <SouRa@discussions.microsoft.com> wrote in message
news:3398E5D9-EDA6-460F-B9C3- 7921CF7DDFF5@microso
ft.com...
> Hi,
>
> I am dealing with merge replication.
>
> Is there any option(query) to view the lattest conflict records(for
current
> date)
> for all the conflicted tables?
>
> Thanks,
> Soura.
>
|
|
|
|
|