Viewing 10 posts - 1 through 11 (of 11 total)
Hey Jeff, I sorted this out, but thanks for your reply. I'll keep that in mind next time.
August 19, 2011 at 8:56 am
I got it working, I basically put a Where Clause ColName >= GetDate()
Thanks for all your replies.
August 16, 2011 at 11:56 am
Thanks guys, I solved this yesterday by putting the decimal value outside the function as specified. It worked for me, thanks for all the input.
July 27, 2011 at 12:46 pm
to count days as half or full. for example if you do a datediff between two dates, it counts the difference but it doesn't count the date you start the...
July 26, 2011 at 10:18 pm
exactly, which would make the result 0. To that 0 I want to add 0.5, which would make the result 0.5.
July 26, 2011 at 10:10 pm
I understand this, I guess I just wasn't being clear. Maybe if I illustrate a scenario that would explain it better:
____________________________________________________________________________________
StartDate ...
July 26, 2011 at 9:50 pm
thanks for your response, but I need it to return a 0.5 instead of 1 hence the CASE. But I figured that the datediff only can return int values, so...
July 26, 2011 at 8:31 pm
yes I know I am not doing a join over there. I have a calendar table with all the dates specified. But I figured I might be able to get...
June 26, 2011 at 10:55 am
Hey guys,
this gives me the interval excluding weekends, I was wondering instead of doing a join, is there a way I could exclude specific dates in this query?:
SET...
June 26, 2011 at 10:28 am
Viewing 10 posts - 1 through 11 (of 11 total)