I have been looking during hours for a way to check in a database into source control. My first idea was a program for calculating database diffs and ask all the developers to i
Don't try to diff the data. Just write a trigger to store whatever-you-want-to-get when the data is changed.