I have around 15 more or less complex models. Of those I would like to track the changes. What's the simplest way? After-save/-update triggers?
Performance is important but if there is a way with low complexity but decreasing performance, I'll do it.
By the way: I do not want to use stored procedures. (Though I might, if there is a really simple way to do so...)
Thanks, Philip