Creating a System-Versioned Temporal Table - SQL Server
https://docs.microsoft.com/en-us/sql/relational-databases/tables/creating-a-system-versioned-temporal-table
When you need to enable system-versioning using an existing table, such as when you wish to migrate a custom temporal solution to built-in support.For example, you may have a set of tables where versioning is implemented with triggers. Using temporal system-versioning is less complex and provides additional benefits including: 1. Immutable history ...
When you need to enable system-versioning using an existing table, such as when you wish to migrate a custom temporal solution to built-in support.For example, you may have a set of tables where versioning is implemented with triggers. Using temporal system-versioning is less complex and provides additional benefits including: 1. Immutable history ...
DA: 26 PA: 62 MOZ Rank: 17