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
Why are sql functions used?
What are the aggregate and scalar functions?
Tell me what is difference between clustered and non clustered index?
What is raid? : SQL Server Architecture
Define indexes?
Please explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
Describe and explain about SQL native client?
What’s the distinction between dropping a info and taking a info offline?
Explain stored procedure?
What is sql server profiler?
What is use of dbcc commands?
Why we use the openxml clause?
What is partitioned view?
What stored by the master?
What are the ways available in sql server to execute sql statements?