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
How to add the custom code in Report?
What are orphan records?
What are the essential components of sql server service broker?
Explain about merge replications?
What do you understand by triggers?
What are the limitations in ssrs on sql server express edition?
What is importing utility?
What is openxml in sql server?
What is sql server database?
Define model database?
Explain about nested stored procedure?
What is pessimistic concurrency?
What is partitioned view?
What is a result set object returned by mssql_query()?
List layers of abstraction microsoft architectured to provide relational db through cloud platform ?