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
Explain the concepts and capabilities of sql server?
What is trace flag in sql server?
Explain difference between cross join and full outer join?
What is an expression in ms sql server?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?
Explain what are the restrictions that views have to follow? : SQL Server Architecture
Can you explain powershell included in sql server 2008?
Will count(column) include columns with null values in its count?
Explain the dirty pages?
What does the on update no action do?
what's the difference between delete table and truncate table commands? : Sql server database administration
What is federation member?
What are transactions in sql?
How to encrypt Strored Procedure in SQL SERVER?
How to create an inline table-valued function?