Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Select sj.[name], sjh.*
from sysjobhistory sjh
join sysjobs sj
on sjh.job_id = sj.job_ID
where left(convert(varchar(10),run_date),4) + '-' +
substring(convert(varchar(10),run_date),5,2) + '-' +
right(convert(varchar(10),run_date),2)>= '11/27/2006'