June 25, 2012 at 6:53 am
Hi All,
I am working on a SQL JOB History & JOB Activity tables, to get the Job Status of the Job Submitted by a User using "sp_start_job" with Specific Job Name & Step Name.
Need help on Few Points:
1. Best way to Capture the Job Row which has been Submitted by the user.
a) Session ID
b) Instance ID etc....!
2. How is the data moved / Sync from job activity to history (Logic)
Please need your help.....!
June 25, 2012 at 8:05 am
1. Create an Extended Events session to capture execution information regarding sp_start_job.
2. It doesn't get moved. They are both updated individually.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply