Enable data audit and tracking

This sql script will add system versioning to all your tables in your existing SQL 2016 database. For example table [Stuff] will have a [StuffHistory] table where all old values are logged. As we have existing data, we have to do each table in four SQL statements and I don’t think we can make the … Continue reading Enable data audit and tracking