Trigger insert old values- values that was updated

前端 未结 5 680
再見小時候
再見小時候 2020-12-08 09:57

I need to create trigger in SQL Server 2008 that gone insert all values from one row in which some value was changed into Log table!

For example if i have table Empl

5条回答
  •  独厮守ぢ
    2020-12-08 10:01

    In SQL Server 2008 you can use Change Data Capture for this. Details of how to set it up on a table are here http://msdn.microsoft.com/en-us/library/cc627369.aspx

提交回复
热议问题