Viewing 2 posts - 31 through 32 (of 32 total)
Mike,
Not BIG on DBA, but the only question I have with your code:
SELECT ...
FROM ...
WHERE COALESCE(DateTo, Today) >= Today
is, if DateTo is an indexed column, wouldn't wrapping it in COALESCE()...
April 4, 2008 at 1:38 pm
#798665
So, when you boil all this down, how do you handle things like DateTerminated, DisconnectDate (specifically DATETIME datatypes) when the event has not occurred. You know that an employee will...
April 3, 2008 at 3:25 pm
#798118