Database Development, Fast Focus

VST07 Fast Focus: Time Travelling Data: SQL Server Temporal Tables

11/18/2025

1:30pm - 1:50pm

Level: Introductory

Leonard Lobel

MVP

CTO

Sleek Technologies, Inc.

Have you had to build complicated triggers and procedures to track the history of data in your databases? What if SQL Server or Azure SQL could take care of all that for you and you just had to change a couple of settings? Starting with SQL Server 2016, there is support for system-versioned temporal tables as a database feature that brings built-in support for providing information about data stored in a table at any point in time rather than only the data that is correct as the current moment time. During this session, Lenni will explain the key scenarios around the use of Temporal Tables, how system-time works, how to get started, and finish up with a demo to show you Temporal Tables in action, including the easy-to-use T-SQL syntax to implement all of the Temporal goodness.

You will learn:

  • Understand the key scenarios around the use of SQL Server temporal tables
  • Understand how to get started using temporal tables
  • Understand best practices and limitations of temporal tables