Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7567645
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T14:42:59+00:00 2026-05-30T14:42:59+00:00

Possible Duplicate: How to make a search function for sql database , and how

  • 0

Possible Duplicate:
How to make a search function for sql database , and how to get time when info from a table was edited?

How can I determine the last time when records have been inserted,
updated or deleted for a table ?

someone told me

select *
from sys.dm_db_index_usage_stats
where database_id = db_id( 'readpasttest' )

But I don’t know how to use it I have a database table on asp.net site where I add informations like this:

edit-1.Name : Jax
edit-2.Age : 24
edit-3.Code : 12515

so when the users edit something lets say the name Jax it will be like this

edit-1.Name : newName - This was edited last time : the time/day !

Please help ,ty

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T14:43:00+00:00Added an answer on May 30, 2026 at 2:43 pm

    For changes, you can add a datetime column to the table called ‘LastModified’ or something like that, and write the current date/time to it every time you write a record.

    Alternatively, if you need to know when a record was deleted you can write a trigger that intercepts inserts/updates/deletes to the table in question, and write the timestamp value to another table, along with identifying information about the affected record.

    The best way is to implement ‘soft deletes’ where a record is marked with some kind of status value (e.g. a ‘IsDeleted’ column) that can be flipped and subsequently ignored by other code in the application when reading from the table.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: How to make a search function for sql database , and how
Possible Duplicate: java PreparedStatement Can I make the prepared statement SELECT * FROM STUDENTS
Possible Duplicate: Make iPhone app paid version replace free version on install from app
Possible Duplicate: Can I just make up attributes on my HTML tags? Hi, I
Possible Duplicate: How to make drag-and-drop from one list to another in C#/WindowsForms? I
Possible Duplicate: In JavaScript can I make a “click” event fire programmatically for a
Possible Duplicate: Run one instance from the application let's suppose i make an application
Possible Duplicate: Does a huge amount of warnings make C# compile time longer? In
Possible Duplicate: How to search for a string in files with Ant (make sure
Possible Duplicate: Does it make sense to use the <table> tag on a “modern”

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.