1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Temporal readme files

Added temporal readme files.
This commit is contained in:
Jovan Popovic
2016-07-28 15:47:41 -07:00
parent 031252efbd
commit 411ec924b1
2 changed files with 12 additions and 1 deletions

View File

@ -14,4 +14,9 @@ SQL Server R Services brings R processing close to the data, allowing more scala
[JSON Support](json)
Built-in JSON functions enable you to easily parse and query JSON data stored in database, transform relational data to JSON text, and vice versa.
Built-in JSON functions enable you to easily parse and query JSON data stored in database, transform relational data to JSON text, and vice versa.
[Temporal (system-versioning)](temporal)
Built-in temporal functions enable you to easily track history of changes in a table, go back in history, and analyze historical data.

View File

@ -0,0 +1,6 @@
# Samples that use Temporal functionalities that are available in SQL Server 2016 (or higher) and Azure SQL Database
[Product catalog](temporal/product-catalog)
This project contains an example implementation product catalog implemented using ASP.NET Core web aplication. You can learn how to build temporal application using new functionalities that are available in SQL Server 2016 (or higher) and Azure SQL Database.