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

  • I getting below error

    We have update trigger on one table and update data from procedure .

    While executing the procedure from BIDS, it is running fine. But it fail from .net Application

    ERROR MESSAGE.

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

  • Does the trigger return any data (e.g. due to a SELECT statement left over from debugging)?

    Can you post the code for the trigger?



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

  • No, Trigger not returns any data.

    Regards,

    Srikant

  • Please share the code snippet of trigger and procedure

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply