The sysjobhistory table has a column called run_time, which is the time that a job started to run.
It is an INT column. Times are stored as 5 or 6 digits, usually, which is correct. Such as 20530 or 2:05 am and 30 seconds.
However, sometimes the times show up as less than 5 digits:
3001 or 1, for example. What does this mean?? This is a problem b/c this makes the timestamp less than consistent.
It is an INT column. Times are stored as 5 or 6 digits, usually, which is correct. Such as 20530 or 2:05 am and 30 seconds.
However, sometimes the times show up as less than 5 digits:
3001 or 1, for example. What does this mean?? This is a problem b/c this makes the timestamp less than consistent.