Viewing 6 posts - 1 through 7 (of 7 total)
yes, that's what I thought too. I don't believe we can get the runtime without having the job completes first.
April 23, 2015 at 10:43 am
i'm getting !Job "Accounts_from_app03" did not run at all on 04/23/2015!
April 23, 2015 at 10:40 am
still not getting the current runtime after the changes
Declare @body varchar(100)
Select @body ='accounts_from_app03' + Case When jh.run_status = 1 Then '' Else '!UN' End +
...
April 23, 2015 at 10:37 am
Thanks SScrazy. I really appreciate your help with this.
Now, I've stumbled on another issue. Since i'm including this the last step of the job here. I don't think i'll be...
April 23, 2015 at 9:48 am
THANK YOU ALL for all the help! both suggestions work perefectly. Thanks again.
March 5, 2015 at 5:58 am
Thank you Laurie..but how do i modify this so i can pull all the other records in that column? Thanks in advance:-)
March 4, 2015 at 12:22 pm
Viewing 6 posts - 1 through 7 (of 7 total)