Quantcast
Channel: SQL Server Data Warehousing forum
Viewing all articles
Browse latest Browse all 1203

Can you create Polybase table from Polybased table in SQL Server 2019?

$
0
0

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,


Viewing all articles
Browse latest Browse all 1203


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>