Is there any way to start execution of a query on SQL Server and quit instead of waiting for the complete execution of the query.
Is this possible in ASP or am I just dreaming. I want to avoid writing a service.
yes, you can do this "asynchronously", if you don't care about catching the output.
search on and look into the "ExecuteOptionEnum" value called "adAsyncExecute" and you will find what you are looking for! sorry, no quick examples at hand for this one.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.