Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Asynchronous stored procedure calls

    You could wrap the stored proc in a SQL job, then call the job via msdb.dbo.sp_start_job 'job name' in the first proc. This is completely asynchronous. A downside...

Viewing post 1 (of 1 total)