M
Mr. Magic
Is there a way to asynchronously run a Stored Proc from C#/ASP.Net ? I have
a stored proc that is going to take 5 minutes or so to run and don't want
the user to have to sit and wait for it. I will handle the error handling
elsewhere so all I have to do is submit the stored proc and then I'll worry
about the rest of the stuff.
TIA - Jeff.
a stored proc that is going to take 5 minutes or so to run and don't want
the user to have to sit and wait for it. I will handle the error handling
elsewhere so all I have to do is submit the stored proc and then I'll worry
about the rest of the stuff.
TIA - Jeff.