fire trigger asynchron?

  • Hi folk,

    example:

    TABLE A has a Trigger: AFTER INSERT

    Prozedure proc do

    INSERT INTO TABLE A

    Do some other thinks

    Problem is:

    When proc is running it waits after the insert for the trigger. Is it possible to fire the trigger asynchron?

  • Kink of a job in the SQL server agent that runs your SQL. This is async.

    Kind Regards,

    DM Unseen AKA M. Evers

  • You could investigate service broker.



    Clear Sky SQL
    My Blog[/url]

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

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