Hello -
I am using SQL Server 7's merge replication between my primary and alternate servers.
When there is a conflict of some kind, preventing the row on the alternate server from being updated, SQL Server logs a record into its' conflict table. The conflict table contains a column for conflict_type but I can't find much information in Online Books about the meaning of the various type values.
Specifically, I need to know what conflict types 2, 6 and 10 mean in detail. Does anyone know of a good reference source ? Microsoft's site is an obvious choice but you have to wade thru so much junk to find anything.
Thanks for your ideas. John
I am using SQL Server 7's merge replication between my primary and alternate servers.
When there is a conflict of some kind, preventing the row on the alternate server from being updated, SQL Server logs a record into its' conflict table. The conflict table contains a column for conflict_type but I can't find much information in Online Books about the meaning of the various type values.
Specifically, I need to know what conflict types 2, 6 and 10 mean in detail. Does anyone know of a good reference source ? Microsoft's site is an obvious choice but you have to wade thru so much junk to find anything.
Thanks for your ideas. John