Skip to content
Home ยป how to track the updated records in sql server

how to track the updated records in sql server

SQL Server TEMPORAL TABLE

SQL Server Temporal tables (system-versioned tables) allow us to track data changes. It was introduced in SQL Server 2016.

It allows SQL Server to maintain and manage the history of the data in the table automatically, So we can get all information about the data that was stored at any specified time rather than just the data that is current.

Loading