Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Do you wait for a Stored Procedure?
Message
 
 
À
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:
00565303
Vues:
22
I don't think that a trigger is the best place for a lengthy processing. The trigger can writhe req info into an intermediate table and trigger a process on the server using SQL Server Agent.

>Folks,
>
>Let's say that I want a trigger to fire when I save a record to a table, such as updating a summary table when a detail is added or changed. But, I do not want the user to have to wait for it to finish.
>
>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?
>
>TIA...
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform