Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do you wait for a Stored Procedure?
Message
From
08/10/2001 12:42:30
 
 
To
05/10/2001 23:47:55
Kenneth Downs
Secure Data Software, Inc.
New York, United States
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
00565091
Message ID:
00565565
Views:
32
>Is it possible, using asynchronous connections or by some other method, that when I issue a TableUpdate, the user will not have to wait for the trigger to fire and complete?

You could use an async connection to issue the command but remember, the trigger is considered part of the command. You cannot seperate then. They exist in the same transaction.

I agree with Sergey. If you client will allow for some latency, schedule a process to update aggregated values.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform