teutales
Say Hey Kid
Points: 671
More actions
June 30, 2010 at 3:05 am
#222772
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?
DM Unseen
SSC Veteran
Points: 260
June 30, 2010 at 3:38 am
#1186942
Kink of a job in the SQL server agent that runs your SQL. This is async.
DM Unseen AKA M. Evers
Dave Ballantyne
SSC-Dedicated
Points: 33667
June 30, 2010 at 3:40 am
#1186943
You could investigate service broker.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply