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
Outlook 2007 adobe attachment send and receive problem
winmgmt?
Set Up For Ghost Casting
medical supplies dropshipper
Database is locked
Error 0x800CCC80: None of the Auth. methods supported
Global distribution list requires email address
Tiny 8375 Drivers?
Exchange 2007 SP1 Upgrade Failed
UpdatePanel sends enter page back?