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 / vidit tyagi

SELECT OBJECT_NAME(OBJECT_ID) AS DatabaseName,
last_user_update,*
FROM sys.dm_db_index_usage_stats
WHERE database_id = DB_ID( 'DataBaseName')
AND OBJECT_ID=OBJECT_ID('TableName')

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is rank function?

1084


Where actually sql azure database is hosted?

167


What is history table in sql server?

1029


How to connect sql server management studio express to sql server 2005 express?

1102


Which tcl commands are available on the sql server?

1141


What are “unrepeatable reads”?

1299


can a database be shrunk to 0 bytes, if not, why? : Sql server administration

1312


How can you hide the sql server instances?

1072


What is master database? : SQL Server Architecture

1083


What are data driven subscriptions?

115


What is the command used to recompile the stored procedure at run time?

1120


What does REVERT do in SQL Server 2005?

1013


What are recommended options to be used while using db mirroring? : sql server database administration

1228


Can you name some of the dml commands in sql?

1079


What are the different index configurations a table can have?

1009