Showing posts with label timewith. Show all posts
Showing posts with label timewith. Show all posts

Monday, March 12, 2012

Last edit time?

How can i mark a row with its last edit time?
With access it was obvious, in sqlserver?Hi

You can add a datetime column that you update using the getdate() function.
If you only want to version-stamp the row then you can use a rowversion
column.

John

<pinkoPallino@.pinkopallonia.it> wrote in message
news:426b078b.748264697@.news.tin.it...
> How can i mark a row with its last edit time?
> With access it was obvious, in sqlserver?