Logs for table updates

  • I was wondering if it was possible to find out whether a table has been updated in Sql Server 2000? Does Sql Server keep logs of changes (add, delete, or changed/updated) records? If so, what system tables or stored procedures could I use to look up the changes? Thanks.

    Stephen

  • SQL Server 2000 has none of those features.

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

  • Although you cannot tell what happened before, you could add triggers to those tables you want to monitor and track the updates that way.

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

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