SQL Server from 2017 version introduces the Temporal Table. It is a log mechanism handled by the Database itself. It's possible to go back in time and have audit records in a specific date. With this kind of table developers don't need to reimplement audit algorithms for every new routine in the systems.
↧