标签: sql change-tracking
我想检查我的SQL数据库表,例如谁及时更新该表(特定表)以及修改了哪些行等等。
能够通过以下查询获得上次修改的时间戳。
但是我如何获取-Who updated that record in that table.
Who updated that record in that table.
请在下面查询我的内容
select * from changetable(changes claim, 0) c join sys.dm_tran_commit_table tc on c.sys_change_version = tc.commit_ts