Hi,
I need use merge replicatio to synchronise computers on a Sql Server application

When we define a subcription, we can have 2 cases

- define absolute priority for publisher
- define a priority degree for conflics resolution

In the first case only, if we modify simultaneous a line (since the last synchronisation),
a conflict is detected

In the second case, if the degree is equal zero, a conflict is detected if a modification
exists only on a rowguid, on the publisher database and not on the subscriber database.

In fact, the first case seems to be really mlore interested to our application : with this
configuration, if a modification is effectued on only one side then no conflicts.

But I would like to guaranty absolute priority to the subscriber on the publisher by this way :
without detect conflict, but automatically resolve it with the last subscriber datas.

How can i do, is it possible ?????

Thanks to your answer

Best regards

Axel THIMONIER