Skip to main content

Questions tagged [polybase]

Microsoft SQL Server product to allow SQL queries against relational, Hadoop and Azure blob storage.

1 vote
0 answers
60 views

I know PolyBase can only be installed on one SQL Server instance per host. In my setup: Instance A already uses PolyBase for its own external data queries. Instance B (on the same server) also needs ...
Jonasstadi's user avatar
1 vote
1 answer
143 views

Executing an OPENROWSET query with wildcards in the bulk path and the arguments in the WHERE clause seems not to work when using PolyBase to connect to S3-compatible storage. I have an on-premises SQL ...
Stomik's user avatar
  • 11
0 votes
1 answer
200 views

SQL Server 2022, CU 10 on Windows 2022. I am migrating a SQL Server 2019 database to a new SQL Server 2022 and when attempting to SELECT rows from an external Polybase driven table, I get the ...
user avatar
1 vote
0 answers
490 views

I'm using polybase to load data from PostgreSQL and have some problem The PostgreSQl database and SQL server (for my case is SQL server 2022) are in same machine. I create an external table in SQL ...
Duc Trinh's user avatar
1 vote
1 answer
745 views

I would like to ETL a table from one instance of SQL Server to another instance of SQL Server. I do not want to create an SSIS package. I have tried to extract the data using an External Table on the ...
xhr489's user avatar
  • 827
2 votes
0 answers
88 views

I have customer information in a SQL server table, and the billing information is exposed via REST web api (with customer_id as parameter). I am exploring using polybase to create the polybase table ...
variable's user avatar
  • 3,610
0 votes
1 answer
596 views

I'm exploring sql polybase using Azure blob storage and other data sources. For blob storage sql server brings the entire blob onto the server and then performs where/join. What is the behaviour when ...
variable's user avatar
  • 3,610
-2 votes
1 answer
417 views

The documentation for Polybase says that creating statistics for External Tables will help getting better execution plans. This question is about when the External Data Source is another SQL Server. I ...
xhr489's user avatar
  • 827
2 votes
1 answer
2k views

Microsoft states that: [...You can also use the generic ODBC connector to connect to additional providers using third-party ODBC drivers.] The reality is much far away form that. I've been trying to ...
Francesco Mantovani's user avatar
0 votes
1 answer
812 views

I'm installing PolyBase on the latest SQL Server 2019. During the installation I'm incurring in this error: https://www.youtube.com/watch?v=Oxd8yeiBfig (sorry for the video quality) The proposed new ...
Francesco Mantovani's user avatar
1 vote
0 answers
284 views

We have two SQL Servers (both running Enterprise version on 15.0.4083.2) where we use queries to External tables via Polybase from one server to the other. We have encountered a strange error when we ...
GHauan's user avatar
  • 613
1 vote
2 answers
2k views

I've recently performed an in-place upgrade of the default instance of a SQL Server 2016 to SQL Server 2019 (CU11). I'm trying to add the Polybase feature but am unable to resolve this error that ...
sTTu's user avatar
  • 146
0 votes
1 answer
882 views

I would like to install SQL Server 2019 on Linux either a full Linux server (Ubuntu 18.04) or on a Docker container with Polybase. Installing MSSQL 2019 on a Linux Server or a container is relatively ...
Kent Maxwell's user avatar
1 vote
2 answers
373 views

we have successfully created all pre-requisite of creating external tables using SQL Server 2017 Standard Edition CU22 Polybase. The issue we have is the non-sysadmin login can't query those external ...
Praful's user avatar
  • 11
4 votes
4 answers
17k views

How to determine what is causing Microsoft SQL Server to create dump files over and over taking up 170 GB of disk space? How do I troubleshoot what is causing the dumps? The path of the dump files is ...
Tanooki Mario's user avatar

15 30 50 per page