I'm executing a stored procedure (Connection.Execute(Proc)) in SQL server on my ASP page and the procedure runs about 30 seconds. How do I execute the procedure, and then go to the next line of code right away? Right now, it sits and waits for the procedure to complete until it moves on.