We built a departmental intranet website that can have all the content modified through the site by a series of web forms. We'd like to put in change tracking so that if something happens to the database, we'll know who's made changes since the last backup.
The best idea we've come up with is to pull everything from the live database and the backup and output any differences. It sounds great, but how's that done? In short, what's the best way to implement finding differences between two databases?
Thanks in advance!
The best idea we've come up with is to pull everything from the live database and the backup and output any differences. It sounds great, but how's that done? In short, what's the best way to implement finding differences between two databases?
Thanks in advance!