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 the benefits and tasks of object explorer? : sql server management studio
How to create a testing table with test data in ms sql server?
Explain the difference between primary keys and foreign keys?
Explain about temporary stored procedure?
To which devices can a backup be created and where should these devices be located? : sql server management studio
Explain “row_number()” in sql server with an example?
Explain cursor as data base object?
explain databases and sql server databases architecture? : Sql server database administration
where the connection string store in the database
What is tablix?
What is the difference between sql server 2000 object owner and sql server 2005 schema? : sql server database administration
How to sort the query output with order by clauses in ms sql server?
What is sql sandbox in sql server?
Please explain that what are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
How to convert numeric expression data types using the cast() function?