Reputation: 31760
Is there any way to extract a row updated time stamp from SQL Server 2008? Maybe by interrogating the log file?
Upvotes: 1
Views: 598
Reputation: 12538
If you've not added a column yourself to record when a row has been updated, you'll have to go for software that can view the transaction log such as ApexSQL Log or Quest's LiteSpeed For SQL Server
Upvotes: 1