1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Update wwi-olap-installation.md

note about edition for polybase
This commit is contained in:
Jos de Bruijn
2016-06-03 17:06:54 -07:00
parent a4244c0acd
commit 397cb7811e

View File

@ -44,6 +44,8 @@ To import a bacpac into a new SQL Database, you can use Management Studio.
## Configuration ## Configuration
[Applies to SQL Server 2016 (and later) Developer/Evaluation/Enterprise Edition]
The sample database can make use of PolyBase to query files in Hadoop or Azure blob storage. However, that feature is not installed by default with SQL Server - you need to select it during SQL Server setup. Therefore, a post-installation step is required. The sample database can make use of PolyBase to query files in Hadoop or Azure blob storage. However, that feature is not installed by default with SQL Server - you need to select it during SQL Server setup. Therefore, a post-installation step is required.
1. In SQL Server Management Studio, connect to the WideWorldImportersDW database and open a new query window. 1. In SQL Server Management Studio, connect to the WideWorldImportersDW database and open a new query window.