How to find the date and time of last updated table?
Answer Posted / manish rathore
I got it from net.
Hope it will serve.
select *
from sys.dm_db_index_usage_stats
where object_id = object_id( '<Table_Name>' )
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you store pictures in a database?
How to drop an index in oracle?
Please explain oracle data types with examples?
if you ctreate table identity
Explain constraining triggers.
What is control file used for?
What is redo log?
Which dictionary tables and/or views would you look at to diagnose a locking issue?
How to select some columns from a table in oracle?
How to create a single index for multiple columns?
What is a nested table and how is it different from a normal table?
What is the difference between "as" and "is" in an oracle stored procedure?
What is data block in Oracle?
Explain about your project and its relation to the current job position you are applying to?
What is an index associated with a constraint?