Here another post on replication.
When conflict occur, I want the user to be able to select witch row to keep and witch to delete.
I've look for system stored procedure, that could help me do the resolution but I've founded nothing.
So I've thought that I could do it by hand, with UPDATE/DELETE query
Take the row in the %TABLE_NAME%_Conflict table and copy it into the real table, than delete the row.
I this the good way of doing it?
Is there any other way?
Thanks !No one, here have a custom conflict resolver ?|||
Hi Zakary,
It sounds like you are wanting to replicate - excuse the pun - the interactive conflict resolver.
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/repref9/html/56cb122d-9b1e-4f79-81de-0118023d1004.htm
and ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/rpldata9/html/172c60c7-f605-4eb5-b185-54ae9e9d3c60.htm
|||Thanks For your reply!
Those help topic, is about SQL 2005 and I’m using MSDE(SQL 2000).
I don't want to use SQL Conflict resolver, but a custom VB .NET Front-end, to resolve conflict. And I was wondering if my approach is appropriate or not.
Thanks
|||Here is a sql 2000 link.
http://msdn2.microsoft.com/en-us/library/aa179421(SQL.80).aspx
I was thinking that although this might not give you exactly what you want you might be able to copy how it works functionally.
Cheers, James
No comments:
Post a Comment