Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server - change tracking on Views data

I would like to track changes on views data. I don't think it is possible out of the box with current sql server change tracking. Has anyone come up with a solution to this one?

//edit I'm synchronizing data between two databases. Synchronization works mostly on views (some tables too), so I need to track changes that are being made on views data (insert/update/delete). The task is not trivial, because some views are just JOINS and others use PIVOT.

like image 309
kubal5003 Avatar asked Nov 26 '22 11:11

kubal5003


1 Answers

No. No, you cannot. I wish you could.

like image 78
Jerry Nixon Avatar answered Dec 21 '22 10:12

Jerry Nixon