Forum Replies Created

Viewing 2 posts - 31 through 32 (of 32 total)

  • RE: Four Rules for NULLs

    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()...

  • RE: Four Rules for NULLs

    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...

Viewing 2 posts - 31 through 32 (of 32 total)