agent86ray / SQL-AGENT-JOB-DATA-MART

This project builds a data mart from the SQL Server Agent tables. It implements an increment load design and includes type 2 slowly changing dimension handling for jobs and job steps.
1 stars 0 forks source link

Change Average Step Duration #31

Open agent86ray opened 3 years ago

agent86ray commented 3 years ago

Make it simple. Change the calculation of average job step duration to include every job state that completed successfully. Don't worry about figuring out the jobs where every step completed successfully. Focus on every job step that completes successfully.