Re: How to get modified time of a table
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Tue, 11 Jul 2006 21:21:04 +0000 (UTC)
Muthu (muthuviji.k@xxxxxxxxx) writes:
I would like to get last modified timestamp for a table. Is there any
way to get that information using any commands?
No, there is no built-in support for this. You could have to add
a modified_date column to the table, and then use a trigger to ensure
that it's updated accordingly.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- References:
- How to get modified time of a table
- From: Muthu
- How to get modified time of a table
- Prev by Date: Re: Problem with INSERT Trigger
- Next by Date: Re: Databse Link will not connect
- Previous by thread: How to get modified time of a table
- Next by thread: Re: How to get modified time of a table
- Index(es):
Relevant Pages
|