Job

  • Hi,

    How can I check how long a SQL agent job took to run?

    Thanks

  • That can be found in the msdb..sysjobhistory table. Check the run_duration column.

    ______________________________________________________________________________________________
    Forum posting etiquette.[/url] Get your answers faster.

  • Or in SSMS, right click the job, view job history.

    There's a column named "duration".

    -- Gianluca Sartori

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply