Identify Last Modified rows without TimeStamp column

  • Hey guys,

    Is there any query that will retrieve the last modified rows without the timestamps column in a table.

    Again, is there any way we can implement the same using SSIS packages.

    -Ganu

  • No, I don't believe there is. Consider building a "sister" table and a trigger to populate it when something is modified.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply