hi all:
My app running fine & Im going to distribute d data using Merge Replication SQL Server 2000 (SP4).
My problem is with tables that have trigger on INSERT.
when its replicate tiggers again fire (I guess) & it makes Conflict for my replicated Data. so I guess i should stiop triggers in this step so I set this in my triggers to not fire in Repication but i still have problem do u have any idia?
Code:
if sessionproperty('replication_agent') = 1
return
Always:),
Hovik Melkomian.