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
Describe in brief sql server monitoring ways.
What is the importance of concurrency control?
If you lose rights to your sql server instance what are the options to connect to sql server instance? : sql server security
How does recursive cte works in sql server?
What is the difference between index seek vs. Index scan?
What are the advantages to use stored procedures?
Is sql server difficult to learn?
What languages bi uses to achieve the goal?
explain what is raid and what are different types of raid configurations? : Sql server database administration
what is the difference between Tabular and Matrix report?
Name 3 ways to get an accurate count of the number of records in a table?
How to find which stored procedure is currently running in sql server?
What specific conditions database should meet, before you can bulk copy data into it using bcp?
What is hierarchy, what are its types and difference between them? : sql server analysis services, ssas
What are the disadvantages of indexes?