Home » Blog » Reply » Reply To: How to Detect Modified Pages In SQL Server Tables?

Reply To: How to Detect Modified Pages In SQL Server Tables?

Stephen West ~ Modified: August 8th, 2015 ~ ~ 1 Minute Reading

Home Forums How to Detect Modified Pages In SQL Server Tables? Reply To: How to Detect Modified Pages In SQL Server Tables?

#437 Score: 0
Stephen West
Moderator
4 pts

use following query for the detection of last modification:
SELECT [name],create_date,modify_date FROM sys.tables