From 03dc6bf40ca1da794cd6fc6beed5e33e45563f19 Mon Sep 17 00:00:00 2001 From: Scott Sauber Date: Wed, 19 Jul 2017 23:29:23 -0500 Subject: [PATCH] Correct version for Temporal Table Introduction --- docs/relational-databases/tables/temporal-tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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**