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
Perl problems using Panic Coda
Failed to open a rowset when generating report from asp.net page
2 bit images
sending mail from an exchange server through a pop account
Single page website SEO question
Datasources on WebSphere
Document Management Encrypted Files
How to modify MX record from my computer
Server randomly shuts down
FTPS on IIS6