How to check how many times row in the table has been updated

  • Hi,

    I want to check how many times the row in the table has been updated

    Is there any predefined function or query to check that (need help ASAP)

    Thanks,

    Sachin Sakpal

  • You'll have to implement a custom trigger and an auditing table to track the updates if you want this information. It isn't tracked by default.

    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
  • Thanks... 🙂

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

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