Hi,
Merge Replication in SQL2000, one central server, n notebooks with MSDE
Situation:
1. A notebook user updates a record and replicates this to the central server
2. A different notebook user deletes the same record and replicates this to the central server.
3. A delete conflict arises. We have the default resolver so the updated record wins (central server wins)
Is there any way of seeing which machine (i.e. the name of the machine and user in 1) updated the record? The conflict tables just give us the name of the central server.
Any help appreciated
Chidd