DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Is there any way to know, when the last insert/update/delete happened on a table..?

  1. #1
    Join Date
    Jul 2002
    Posts
    205

    Is there any way to know, when the last insert/update/delete happened on a table..?

    Is there any way to know, when the last insert/update/delete happened on a table..?

  2. #2
    Only by enabling auditing or having some sort of trigger keep track of that data. Triggerse can only handle insert/update/deletes though, only auditing can track selects.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width