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
How to clear Win Server 2008 RAM
What app/codec for DVD playback.
Generic Win32 Host / SVChost Errors
Download File and Make it the Active Window
Question on Windows File Share Witness for a CCR setup
How do I get all the latest stuff for Fedora using yum?
How do i find the difference between 2 Database tables
Archive Linux email in/out
SQL Server view error: View Definition includes no output columns or includes not items in the from Clause
Relaying denied. Proper authentication required