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
How to use go command in "sqlcmd"?
How to Update from select query in sql server?
How to connect php with different port numbers?
what's sql server? : Sql server database administration
How to verify a login name with sqlcmd tool?
How to grant a permission in ms sql server using "grant execute" statements?
How do you delete a trigger?
what is denormalization and when would you go for it? : Sql server database administration
What are the disadvantages of primary key and foreign key in SQL?
How can you stop stored procedures from recompiling?
Explain acid?
What is a mixed extent?
Which are new data types introduced in sql server 2008?
Describe in brief databases and sql server databases architecture.
What is normalization of database?