0

In one sql server instance, I have below 2 data warehouses,

sqlwarehouse1

sqlwarehouse2

And in sqlwarehouse2, I have the table "dbo.test". How can I refer this table from sqlwarehouse1? Is this cross data warehouse communication is possible in Azure SQL ware house?

1 Answers1

0

At this moment cross database queries between Azure SQL Data Warehouse databases are not supported. This can be confirmed on the answer provided on this forum thread.

Alberto Morillo
  • 256
  • 1
  • 4