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

Adding graph examples (#258)

* Adding graph examples

* Updating README.md
This commit is contained in:
Estienne Granet
2017-07-14 13:11:16 -07:00
committed by Perry Skountrianos
parent efa54273da
commit 0ff1ae74a4
11 changed files with 1310 additions and 0 deletions

View File

@ -20,6 +20,10 @@ Built-in JSON functions enable you to easily parse and query JSON data stored in
Built-in temporal functions enable you to easily track history of changes in a table, go back in history, and analyze historical data.
[Graph Tables](sql-graph)
Graph tables enable you to add a non-relational capability to your database.
## Samples for Business Intelligence features within SQL Server
[Reporting Services (SSRS)](reporting-services)