Answered
Don't want to wait for query results
Hi everyone.
I'm on CF 7 and SQL Server 2005.
I'm calling a stored procedure through my CF code. The proc could potentially take an hour or so to run. I'd like the proc to run on SQL Server, but do not want my CF page to wait for the results before proceeding, I just want the code that follows the proc to run while the database server does it's thing silently in the background. Is there any way to do this?
Thanks
I'm on CF 7 and SQL Server 2005.
I'm calling a stored procedure through my CF code. The proc could potentially take an hour or so to run. I'd like the proc to run on SQL Server, but do not want my CF page to wait for the results before proceeding, I just want the code that follows the proc to run while the database server does it's thing silently in the background. Is there any way to do this?
Thanks
