Triggers

  • I had two triggers update and delete on xyz table. I created another trigger for insert on the same (xyz) table. But this is executing after 5 minutes of inserting a record.

    Can anyone tell me what to do to get it executed as soon as a record is inserted.

    Thanks in advance

    Regards,

    Naveen

  • Can you give more details about what you want to achieve?

  • ...and also see http://www.mssqltips.com/tip.asp?tip=1409

  • ekknaveen (12/1/2009)


    I had two triggers update and delete on xyz table. I created another trigger for insert on the same (xyz) table. But this is executing after 5 minutes of inserting a record.

    Can anyone tell me what to do to get it executed as soon as a record is inserted.

    Thanks in advance

    Regards,

    Naveen

    Did you insert the record with SP or using application or just testing insert record with T-SQL!?

    Let us know about your trigger that you created for that table...!:hehe:

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

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

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