How to find the date and time of last updated table?
Answer Posted / smitha
select name,create_date,modify_date from sys.tables
order by modify_date desc
Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What are data files?
Give some Scenario for Non Clusterd index? Can we write system defined functions in side The Function? Wat is the Unique Datatype?
What do you mean by an execution plan?
How to filter out duplications in the returning rows in ms sql server?
Explain rdbms?
How do I find sql server instance name?
What is ms sql server triggers?
what is the Ticketing tool used in Wipro technologies at Bangalore...???
Explain the xml support sql server extends?
Explain transaction isolation levels in sql server?
what is raid and what are different types of raid configurations? : Sql server database administration
Explain mixed authentication mode of sql server?
Why it is recommended to avoid referencing a floating point column in the where clause?
What is store procedure?
What is coalesce in sql server?