Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
MasayukiOzawa committed Jan 29, 2017
1 parent be40aa4 commit e10b1d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BEGIN
WHERE sj.name = @job AND sh.step_id = 0 AND
sh.run_date >= @date and sh.run_time >= @time) <> 1
BEGIN
RAISERROR('Job Run Error', 15,1)
RAISERROR('Job Execution Error', 15,1)
END
BREAK
END
Expand All @@ -33,5 +33,5 @@ BEGIN
END
ELSE
BEGIN
RAISERROR('Job Start Error', 15,1)
RAISERROR('Job Execution Error', 15,1)
END

0 comments on commit e10b1d4

Please sign in to comment.