Load External Tables Using PolyBase
Hello, In this blog, we will discuss one more interesting, easy-to-use, and most useful feature of SQL Server. i.e., PolyBase. Many of us would be aware of this feature. But if it is new for you, then this POC would be helpful to understand the same. Here, we will discuss PolyBase and will see how we can configure the same to query external data. What is PolyBase? PolyBase is a data virtualization feature for SQL Server. PolyBase enables your SQL Server instance to query data with T-SQL directly from External sources like SQL Server, Oracle, Teradata, MongoDB, Hadoop clusters, Cosmos DB without separately installing client connection software. We may have questions like we can configure Linked server as well to query external data. Right! But there are few differences between Polybase and linked server which is well explained here . The Differences are, PolyBase Linked Servers Database scoped object Instance scoped object U...