How to get MS SQL 2000 Table last modified date ?

Discussion in 'ASP.NET / ASP.NET Core' started by albanello, Dec 25, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi
    Can anyone tell me how to get the Last Modified Date for a table in MS SQL 2000. I found the Creation Date (crdate) but can not find the date the table in my database was last modified.

    Thanks
    albanello
     
  2. Most applications I've seen use a DateTime column in the database to determine when it has been modified.


    Joel Thoms

    DiscountASP.NET
    http://www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page