I am able to find a great deal of documentation about creating custom conflict resolvers and using Managed code-based resolver as a business logic handler when replicating SQL Server using a "Merge publication" but can't seem to find anything about doing this same time of conflict resolution when using Transactional publication with updatable subscriptions
Is it possible to use a Merge Article Resolver when using Transactional publication with updatable subscriptions ?
Is there another suggested way to handle conflicts when using Transactional publication with updatable subscriptions ?