How to find the date and time of last updated table?
Answer Posted / manoj
select table_name, to_char(last_analyzed, 'DD-MM-YY
HH:MI:SS') from user_tables where last_analyzed in (select
max(last_analyzed) from user_tables)
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Do you know what is openxml in sql server?
What is the difference between the 2 operating modes of database mirroring?
What is the benefit of normalization?
What are blobs, tables, and Queues? Is SQL is the standard way to query blobs, tables, and queues?
Indexes are updated automatically is the full-text index also updated automatically?
How to deploy the Report?
Can we install sql server 2016 on windows 7?
How to retrieve error messages using mssql_get_last_message()?
What are magic tables in sql server?
if no size is defined while creating the database, what size will the database have? : Sql server administration
please differentiate between delete and truncate?
What is scan table/view and seek table/view when its occurs? : sql server database administration
If any stored procedure is encrypted, then can we see its definition in activity monitor?
Can a cursor be updated? If yes, how you can protect which columns are updated?
whats the maximum size of view state??