In my SQL Server 2008, a stored procedure P_ABC
is scheduled to run everyday at 2 a.m.
But how can I verify that this procedure P_ABC
is scheduled to run everyday at 2 a.m. or not and it is always running at 2 a.m.? Is there any query to get the lists of procedures that are scheduled to run at specific time?