Questions tagged [graph-table]

2 questions
3
votes
1 answer

Warnings when using graph queries in Visual Studio Database Project

We have some SQL "normal" and graph tables, a script that syncs the information between them. Everything is working ok from SSMS but when building the database project in Visual Studio using msbuild we get warnings (see code and warnings details…
Elvu
  • 41
  • 5
0
votes
1 answer

SQL Server Graph Tables - navigate through certain nodes to find end

I have a structure of graph tables containing 2 Node tables and 1 Edge table. Symptom table is a Node table and Syndrome_Causes is an Edge table. Also, there is another Node table called Syndrome. My goal is to have a query where I can traverse my…