Skip to content

krisschm/sql-agent-timeline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

sql-agent-timeline

A simple timeline report for SQL Server Agent Job history

You need dbatools.io to run this

to execute:

.\Get-DbaAgentJobHistoryTimeline.ps1 -DbaAgentJobHistory $(Get-DbaAgentJobHistory -SqlInstance SQLSERVER001 -StartDate ‘2018-08-07 20:00’ -EndDate ‘2018-08-08 20:00’ -NoJobSteps | ?{$(Get-Date $_.EndDate)-gt $(Get-Date $_.StartDate.AddMinutes(1))} )

details: https://marcin.gminski.net/goodies/sql-agent-jobs-timeline/

About

A simple timeline report for SQL Agent Job History from Get-DbaAgentJobHistory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%