How to find the date and time of last updated table?
Answer Posted / manoj
select table_name from user_tables where last_analyzed in
(select max(last_analyzed) from user_tables)
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Explain what is the function of sql server agent windows service?
What is difference between views and tables?
What is view in sql?
Can we run Reporting Services with SQL Server express edition, which is a free version of SQL Server?
What is the difference between substr and charindex in the sql server?
It is important form e to get the information from log files of applications executed by the task scheduler? Does sql studio save these log files? : sql server management studio
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
What is side by side migration in sql server?
Tell me in brief how sql server enhances scalability of the database system?
how will add additional conditions in sql?
how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration
What is an expression in ms sql server?
Mention the different types of replication in sql server.
How to disable stored procedure sql server?
List out what other servers you can use with ssrs?