Here is a sp that I found somewhere.
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
CREATE PROCEDURE dbo.usp_Scheduled_Jobs
/***************************************************************************************
** Procedure: usp_Scheduled_Jobs **
** **
** Purpose : Return list of scheduled tasks with average and...