October 18, 2010 at 1:04 am
hi all.
how to access each table's log for seeing table's modified and other events occurs?
October 18, 2010 at 2:41 am
Tables don't have individual logs.
Are you looking for DDL changes or data changes?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 18, 2010 at 4:20 am
Hi,
MS SQL Server does not maintain Log for specific Table. But offer option like DDL, DML Trigger but I would like to preferred Change Data Capture to achieve that for DML (DELETE, INSERT, UPDATE, MERG) operations.
http://msdn.microsoft.com/en-us/library/bb522489.aspx
Ram
MSSQL DBA
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply