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
What is wrong with sql server client libarary dll, ntwdblib.dll?
What are the different editions available in sql server 2000?
What do you mean by a Composite primary key?
What is db stored procedure?
What is difference between cte and view?
Explain what is log shipping?
What is an index. What are the types?
What is the difference between Stored Procedures and triggers?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
How to filter records of table in SQL SERVER?
what are the core components of SSRS?
What is dynamic cursor in SQL SERVER?
How to defragment table indexes?
What is sql server profiler?
What is provisioning, billing and metering, and connection routing concepts in the service layer?