polybase

About this tag
PolyBase is a feature in SQL Server 2016 that simplifies querying both relational and non-relational data using T-SQL. It allows SQL Server to connect to external data stores like Hadoop, enabling users to run queries across these systems without moving data. This integration helps manage increasing volumes of non-relational data stored in cost-effective systems. PolyBase expands SQL Server's reach to high-scale data processing platforms, making it easier to work with diverse data sources using familiar SQL tools.
  1. News

    PolyBase in SQL Server 2016 | Data Exposed

    This week's episode of Data Exposed welcomes Sahaj Saini, Program Manager on the SQL Server team. Today, Sahaj joins us from our southern California office to show us an exciting new feature of SQL Server 2016 called PolyBase. PolyBase simplifies management and querying of both relational and...
Back
Top