Viewing post 1 (of 1 total)
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...
August 4, 2011 at 8:30 am
#1363683