I have 2 servers connected over a low speed wan and we\'re running SQL Server 2008 with Merge replication.
At the subscriber, sometimes when attempting to insert new row
I got the same issue and have a solution.
The problem was a stored-procedures with a result set, which was executed in this trigger.
It seems, that this stored-procedure leads the trigger to have a result set as well.