docs/docs/schema/ms-sql-server/remote-relationships/index.mdx
Remote relationships (aka "remote joins") allow you to join data across tables and remote data sources. The remote data source can either be a Remote Schema or a table from a second database source. Once you create relationships between types from your database tables and types created from Remote Schemas, you can then "join" them by running GraphQL queries.
See the following guides on how to create different types of remote relationships related to MS SQL Server:
Hasura's remote joins architecture provides the following benefits.