Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Do you wait for a Stored Procedure?
Message
De
08/10/2001 12:42:30
 
 
À
05/10/2001 23:47:55
Kenneth Downs
Secure Data Software, Inc.
New York, États-Unis
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
00565091
Message ID:
00565565
Vues:
34
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform