Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Querying Modification Dates for a Table

Status
Not open for further replies.

Middlej

MIS
Jan 4, 2002
4
US
I would like to be able to query table modification dates to see when a user table has been modified. For example, if I want to see when an INSERT statement has been performed on a specific user table, can I query for this in the system tables? The benefit here is to be able to effectively audit system updates.

Thank you
 
Don't believe that is possible unless you have some type of datetime field w/in your table that logs changes/additions via a trigger.

Thanks

J. Kusch
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top