Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to find the date and time of last updated table?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How much space does sql server 2016 take?

1033


What is the difference between composite index and covering index?

1007


How to move database physical files in ms sql server?

1099


how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration

1112


When to use null data driven subscription?

213


what is a schema in sql server 2005? : Sql server database administration

1083


How can we determine what objects a user-defined function depends upon?

1076


What is the difference between drop table and truncate table?

976


What are the dmvs? : sql server database administration

1122


Tell me what is the difference between locking and multi-versioning?

1085


What are sql server functions?

1028


What do you mean by authentication modes in sql server?

1135


what kind of lan types do you know? : Sql server database administration

1023


why would you use sql agent? : Sql server database administration

1270


How many cores do I need for sql server 2016?

953