A trigger returned a resultset and/or was running with SET NOCOUNT OFF while another outstanding result set was active

前端 未结 4 1994
渐次进展
渐次进展 2021-02-18 23:24

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

4条回答
  •  野的像风
    2021-02-19 00:08

    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.

提交回复
热议问题