You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PolyBase enables your SQL Server instance to process Transact-SQL queries that read data from external data sources. The same query can also access relational tables in your instance of SQL Server. PolyBase enables the same query to also join the data from external sources and and SQL Server.
30
30
31
-
To use PolyBase, in an instance of SQL Server, create:
31
+
To use PolyBase, in an instance of SQL Server:
32
32
33
-
- An [external data source](../../t-sql/statements/create-external-data-source-transact-sql.md)
34
-
35
-
&
36
-
37
-
- An [external table](../../t-sql/statements/create-external-table-transact-sql.md)
33
+
1.[Install PolyBase on Windows](polybase-installation.md)
34
+
1. Create an [external data source](../../t-sql/statements/create-external-data-source-transact-sql.md)
35
+
1. Create an [external table](../../t-sql/statements/create-external-table-transact-sql.md)
38
36
39
37
Together, these provide the connection to the external data source.
0 commit comments