Viewing 5 posts - 1 through 5 (of 5 total)
Hey Thank you so much. But I worked on it and came up with a new one.
/* Stored procedure to hourly monitor stored procedures with Script_id 006, 005,004,006, 001 */
CREATE...
April 18, 2012 at 8:16 am
Yes It has to send mail notification if any failure occurs.
April 17, 2012 at 6:14 pm
select * from (
select j.name
,Run_Date=convert(datetime,convert(varchar(8),jh.run_date))
,duration_in_Secs=jh.run_duration/10000*3600
...
April 17, 2012 at 12:57 pm
here is the code: any modifications is welcum
select * from (
select j.name
,Run_Date=convert(datetime,convert(varchar(8),jh.run_date))
,duration_in_Secs=jh.run_duration/10000*3600
...
April 17, 2012 at 7:14 am
Yeah I understand that but i need help with scripting. here is my code:
select * from (
select j.name
,Run_Date=convert(datetime,convert(varchar(8),jh.run_date))
...
April 17, 2012 at 7:06 am
Viewing 5 posts - 1 through 5 (of 5 total)