SELECT OBJECT_NAME(OBJECT_ID) AS TableName, last_user_update,* FROM sys.dm_db_index_usage_statsWHERE database_id = DB_ID( 'Database')
I have created this blog to help programmers who have just started their career thats why I have written all the tutorials from practical approach rather then theoretical. If anyone has any query related to programming don't hesitate to ask. My contact information is in my profile. Also I would like to thank all the websites/Individual(s) from whom I gathered the material.
Thursday, August 4, 2011
How to Check When Your DB was Last Updated - Sql Server
Posted by
Zeeshan Ahmed Khan
at
8/04/2011 08:30:00 AM
Labels:
Database,
last update,
sql,
sql server
Subscribe to:
Post Comments (Atom)
I actually created a post that summarizes all the 'must-know' commands on sql.. visit my blog :)
ReplyDelete