diff --git "a/SQL Server Agent/\343\202\257\343\202\250\343\203\252\343\201\253\343\202\210\343\202\213\343\202\270\343\203\247\343\203\226\343\201\256\345\220\214\346\234\237\347\232\204\343\201\252\345\256\237\350\241\214.sql" "b/SQL Server Agent/\343\202\257\343\202\250\343\203\252\343\201\253\343\202\210\343\202\213\343\202\270\343\203\247\343\203\226\343\201\256\345\220\214\346\234\237\347\232\204\343\201\252\345\256\237\350\241\214.sql" index fcccaa0..988de7a 100644 --- "a/SQL Server Agent/\343\202\257\343\202\250\343\203\252\343\201\253\343\202\210\343\202\213\343\202\270\343\203\247\343\203\226\343\201\256\345\220\214\346\234\237\347\232\204\343\201\252\345\256\237\350\241\214.sql" +++ "b/SQL Server Agent/\343\202\257\343\202\250\343\203\252\343\201\253\343\202\210\343\202\213\343\202\270\343\203\247\343\203\226\343\201\256\345\220\214\346\234\237\347\232\204\343\201\252\345\256\237\350\241\214.sql" @@ -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 @@ -33,5 +33,5 @@ BEGIN END ELSE BEGIN - RAISERROR('Job Start Error', 15,1) + RAISERROR('Job Execution Error', 15,1) END \ No newline at end of file