With SQL Server 2019, Polybase can create table from a SQL Server table.
if there are two SQL Server 2019 and one other SQL Server. Can I create Polybase table from a Plybase table?
Such as:
1. Create a Polybase table PLTable1 in SQL_2019_1 box. The source is a table in a SQL_Server_source box.
2. Create a Polybase table PLTable2 in SQL_2019_2 box. The source is PLTable1 in SQL_2019_1 box
I know I can create PLTable1 with out problem. How about PLTable2?
Thanks,