In my C# project I have relationship stored in graph database and I want to pull the data based on relationship from Sql Server, which is my main data base.
What would be the best approch to pull the data fron these two databases.
Check out the SQL Graph Architecture is introduced starting from SQL Server 2017+, we will see a lot of new features over time. As of now, there is a known issue. No support of Cross-database queries on graph objects.
One of the approaches might be to have data redundancy in the Graph database and entirely shift to it going forward.
Limitations and known issues There are certain limitations on the node and edge tables in this release: