Microsoft
Software
Hardware
Network
Question : how to identify when a column was modified
Hi,
Can someone help me understand how to identify when a column datatype/lenth was modified in the table? Is that possibe?
Answer : how to identify when a column was modified
At table/object level you can track when was the last DDL performed.
select last_ddl_time from user_objects where object_name = upper('table name');
But at column level, not possible unless you have database audit options enabled.
Random Solutions
Word file Corrupted - unable to recover?
viewing actionscript within .fla file
What is Cognos Transformer?
Access Problem! "The dynamic link library MS09.DLL could not be located"
create bash script that archives a file if 1 year old or 1gb is size.
Setting premission on public folders
How to generate SQL update statement with MS Access 2007
Replication Offline address book to another Exchange 2003 server
how do i convert an access date/time field value to integer?
Microsoft, Powershell, Windows Server 2008, trying to modify a local user, getttting "Exception calling "SetInfo" ...( Exception from HRESULT: 0x8007007B)"