How to find the date and time of last updated table?
Answers were Sorted based on User's Feedback
Answer / payal nath
We can determine the last time a user table was altered
using the below query.
SELECT name, create_date, modify_date
FROM sys.tables
ORDER BY modify_date DESC
The modify_date column is updated whenever a column is
added or altered for the table.
It is also updated if the clustered index is changed.
| Is This Answer Correct ? | 21 Yes | 15 No |
Answer / ramendra kumar
TO FIND THE NEW DATE ABOUT LAST RECENT CONFIGURE TABLE
SYNTEX WE BRING IN USE TO SEE THE DATE IS
GETDATE()
| Is This Answer Correct ? | 4 Yes | 13 No |
1 01 101 01010
What is the syntax to execute the sys.dm_db_missing_index_details?
What is surrogate key? : sql server analysis services, ssas
When columns are added to existing tables, what do they initially contain?
what is Constraint? How many types of constraints in SQL ?
38 Answers HCL, IBM, NIIT, Wipro,
How can I know what query is executing by by a particural user? (using sp id or any othe way.)
About DTS usage ?
You want to implement the one-to-one relationship while designing tables. How would you do it?
How do I change my passwords (database, LDAP, and so on) without causing an outage?
Can primary key be null?
What is the maximum row of a size?
what are the disadvantages of cursors? : Sql server database administration
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)