Quantcast
Viewing latest article 4
Browse Latest Browse All 32

Start failed for Job in SQL Server Agent

I am trying to schedule a job which executes stored procedure but it is failing.

DECLARE @return_value int
EXEC    @return_value = [dbo].[sp_WarehouseAttendance_New]
SELECT  'Return Value' = @return_value

If I try to run it manually, I am getting this error.

Image may be NSFW.
Clik here to view.
Manually Execute Job Error

At the moment I am trying to run EXECUTE storedproc but it takes long time to complete.

I checked Services.msc and it shows as below.

Image may be NSFW.
Clik here to view.
Services.msc

Kindly let me know how to avoid this.

Thanks,
Ar


Viewing latest article 4
Browse Latest Browse All 32

Trending Articles