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 |
Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .
What are the properties of the transaction?
What are constraints? Explain different types of constraints?
26 Answers Emsang, Kendriya Vidyalaya(Kvs), Polaris, Wipro,
CREATE a table from another table
What is the difference between dbcc indexdefrag and dbcc reindex?
How to retrieve error messages using mssql_get_last_message()?
What is dbcc? Give few examples.
Why do we need different type of parameter?
Can foreign key be duplicate?
How adventureworkslt tables are related?
explain the storage models of olap? : Sql server database administration
what is replication? where do u use Go Keyword?
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)