Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do you wait for a Stored Procedure?
Message
 
 
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:
00565303
Views:
21
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform