Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Interrupting a stored procedure
Message
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Divers
Thread ID:
00898113
Message ID:
00898133
Vues:
23
Simon,

I did something similar a few weeks ago by launching a separate window when the long process start running. This separate window starts its own connection and when users click the CANCEL button I just close this separate window (closing the connection as well.)

In my case the long running request was a call to a web service, not a stored procedure, but the logic might apply to you as well.


>Is it possible in .Net to accept a Cancel button click while a long running stored procedure is in progress, and to then cleanly stop the SQL Server process or similar?
>
>TIA,
>Simon
Hector Correa
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform