Viewing 3 posts - 1 through 3 (of 3 total)
So I create a job with this:
select *
from Asgnmnt
where TimeRevc < dateadd( hour, -24, getdate())
and TimeAcknow = ''
How would I get it to send an email to the Assignee of...
January 3, 2002 at 3:41 pm
#421691
Thank you!
I think that for this task, running a scheduled job would work best after looking at your replies. This way it is done everyday and it doesn't matter...
January 2, 2002 at 4:37 pm
#421613
Thank you Steve,
The first thing that I want to happen is if the column TimeRevc is older than 24 hours and the column TimeAcknow is blank then I want a...
December 28, 2001 at 8:47 pm
#421482