diff --git a/docs/relational-databases/tables/temporal-tables.md b/docs/relational-databases/tables/temporal-tables.md index a44c7e85819..045326f98e8 100644 --- a/docs/relational-databases/tables/temporal-tables.md +++ b/docs/relational-databases/tables/temporal-tables.md @@ -19,7 +19,7 @@ manager: "jhubbard" # Temporal Tables [!INCLUDE[tsql-appliesto-ss2016-asdb-xxxx-xxx_md](../../includes/tsql-appliesto-ss2016-asdb-xxxx-xxx-md.md)] - [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] introduces support for system-versioned temporal tables as a database feature that brings built-in support for providing information about data stored in the table at any point in time rather than only the data that is correct at the current moment in time. Temporal is a database feature that was introduced in ANSI SQL 2011 and is now supported in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)]. + SQL Server 2016 introduces support for system-versioned temporal tables as a database feature that brings built-in support for providing information about data stored in the table at any point in time rather than only the data that is correct at the current moment in time. Temporal is a database feature that was introduced in ANSI SQL 2011 and is now supported in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)]. **Quick Start**