Community

Submitting A Stored Procedure Asynchronously

(Gregory A. Larsen) Have you ever wondered if you could start the execution of a stored procedure (SP) asynchronously from some T-SQL code? What I mean is starting the SP in the background and continuing on with the next line of code in your T-SQL script without waiting for the execution of the SP t

Read More - Register for Free Membership