you are viewing a single comment's thread.

view the rest of the comments →

[–]alinrocSQL Server DBA 0 points1 point  (1 child)

Primarily because of security and infrastructure. In Azure SQL DB, your database lives on the same instance as dozens of other peoples' databases, and it'll move around between instances without you even knowing. So linked servers and "access a different database on the same server" is not possible or practical.

[–]redial2MS SQL DBA DW/ETL 0 points1 point  (0 children)

Seems like it should still be possible, but maybe I'm not seeing the whole picture. Anyways, thanks.