Viewing 4 posts - 1 through 4 (of 4 total)
I agree, thank you very much for your time on this matter. I am going to revise the query instead.
August 20, 2014 at 8:51 am
I have thought about a table valued function or trigger or something like that which will automatically update the date to end of day. The inserts will be done...
August 20, 2014 at 8:22 am
I suppose there are probably better ways to modify the query. Basically, the WHERE clause of the query is:
WHERE (GETDATE() - 1 <= EndDate)
If EndDate has a time of...
August 20, 2014 at 8:11 am
The issue was that a copy of the program that was being executed was somehow locked into cache on the server. After the program was unlocked it picked up...
June 17, 2014 at 12:20 pm
Viewing 4 posts - 1 through 4 (of 4 total)