How to check in database when is the last update or insert/delete was into table

  • Unless you have a datemodified column in the table that you're updating when rows are changed, or some form of audit triggers, there's no way to tell when a table was last updated/inserted/deleted.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing post 1 (of 2 total)

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