December 1, 2009 at 11:56 pm
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
December 2, 2009 at 1:57 am
Can you give more details about what you want to achieve?
December 2, 2009 at 2:54 am
...and also see http://www.mssqltips.com/tip.asp?tip=1409
December 2, 2009 at 5:50 am
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:
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply