Summary

In this chapter, you learned how to create and manipulate with graph database objects in SQL Server 2017. You are now familiar with node and edge tables, and the new MATCH clause.

Microsoft's decision to support graph capabilities as an integrated part of SQL Server 2017 is very good, and you can start to consider graphs in your future database solutions. However, the current scope of graph capabilities is not good enough for serious database solutions. Some very important features are missing and workarounds that use recursive queries are not a good starting point for graph adventures.

The main reason for missing features is the missing time between two SQL Server versions, and Microsoft uses this to roll out new technologies in ...

Get SQL Server 2017 Developer's Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.