Joining Tables from multiple SQL Server databases located on separate severs

前端 未结 4 1206
南笙
南笙 2021-01-19 03:52

What is the recommended way of joining SQL Server database tables located on databases which are on different servers?

All databases will be on the same network.

4条回答
  •  [愿得一人]
    2021-01-19 04:24

    Linked Servers are the way to go for simple/low end implementation.

    If you are looking at quite a high end platform/architecture then you may want to look at SQL Server Federated Databases.

提交回复
热议问题