Execute a stored procedure asynchronously

K

Kyle Jedrusiak

Using VBA code is there a way to execute a stored procedure asynchronously?

I don't need a record count, I just need to let the user know that the SP is
still running and possibly allow them to stop it.

Kyle Jedrusiak
 
B

Baz

Good luck. I have found it impossible to stop an asynchronous SQL batch (at
least in SQL Server 2000). ADO lets you "cancel" it, but SQL Server doesn't
notice this and goes on running it anyway...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top