Re: finding out when last time column was updated
From: Adam Machanic (amachanic_at_hotmail._removetoemail_.com)
Date: 09/01/04
- Next message: Charles: "Re: SQL server 2000 C/S"
- Previous message: Robert Zirpolo: "Re: Specifying non-input variables when creating procedure"
- In reply to: Steven Scaife: "finding out when last time column was updated"
- Next in thread: Steven Scaife: "Re: finding out when last time column was updated"
- Reply: Steven Scaife: "Re: finding out when last time column was updated"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 1 Sep 2004 10:34:24 -0400
SQL Server keeps no record of when columns are altered.
The only idea I have is that you could find a backup from two years ago and
compare the two databases...
"Steven Scaife" <sp@nospam.com> wrote in message
news:Oyp1XADkEHA.2664@TK2MSFTNGP11.phx.gbl...
> I have found the sp_columns, and sp_tables procedures for creating a data
> dictionary, is there any way to find out when the last time a particular
> column was updated. I need to find all the columns that haven't been
> updated for two years, not sure why but i do.
>
> any ideas
>
> thanks in advance
>
>
- Next message: Charles: "Re: SQL server 2000 C/S"
- Previous message: Robert Zirpolo: "Re: Specifying non-input variables when creating procedure"
- In reply to: Steven Scaife: "finding out when last time column was updated"
- Next in thread: Steven Scaife: "Re: finding out when last time column was updated"
- Reply: Steven Scaife: "Re: finding out when last time column was updated"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|