select instance_id,jh.run_date,jh.job_id,jh.step_name, case jh.run_status then 'failed' then 'Succeeded' then 'Retry' then 'Canceled' end as run_status ,) as '开始时间' ,) ) as '秒',jh.run_duration,jh.run_time from msdb.dbo.sysjobhistory jh with(nolock) w
日常在做一些性能测试的时候会通过执行时间来判断执行时长,java中最简单的方式如下: //开始时间 long startL= new Date().getTime(); //这里需要导入 java.util.*;包 exceFun(); long endL= new Date().getTime(); //执行时间 System.out.println("startL:"+senStrat +" endL:"+senEndL +" 执行时长:"