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
Installation and configuration instructions for the WideWorldImportersDW database.
16
16
17
-
-[SQL Server 2016](https://www.microsoft.com/evalcenter/evaluate-sql-server-2016) (or higher) or [Azure SQL Database](https://azure.microsoft.com/services/sql-database/). To use the Full version of the sample, use SQL Server Evaluation/Developer/Enterprise Edition.
17
+
-[SQL Server 2016](https://www.microsoft.com/evalcenter/evaluate-sql-server-2016) (or later) or [Azure SQL Database](https://azure.microsoft.com/services/sql-database/). To use the Full version of the sample, use SQL Server Evaluation/Developer/Enterprise Edition.
18
18
-[SQL Server Management Studio](../ssms/download-sql-server-management-studio-ssms.md). For the best results use the June 2016 release or later.
19
19
20
20
## Download
@@ -48,7 +48,7 @@ To restore a backup to a SQL Server instance, you can use Management Studio.
48
48
To import a bacpac into a new SQL Database, you can use Management Studio.
49
49
50
50
1. (optional) If you do not yet have a SQL Server in Azure, navigate to the [Azure portal](https://portal.azure.com/) and create a new SQL Database. In the process of create a database, you will create a server. Make note of the server.
51
-
- See [this tutorial](/azure/azure-sql/database/single-database-create-quickstart) to create a database in minutes
51
+
- See [this quickstart](/azure/azure-sql/database/single-database-create-quickstart) to create a database in minutes.
52
52
2. Open SQL Server Management Studio and connect to your server in Azure.
53
53
3. Right-click on the **Databases** node, and select **Import Data-Tier Application**.
54
54
4. In the **Import Settings** select **Import from local disk** and select the bacpac of the sample database from your file system.
@@ -57,11 +57,13 @@ To import a bacpac into a new SQL Database, you can use Management Studio.
57
57
58
58
## Configuration
59
59
60
-
[Applies to SQL Server 2016 (and later) Developer/Evaluation/Enterprise Edition]
60
+
Applies to [!INCLUDE[sssql16-md](../includes/sssql16-md.md)](and later) Developer/Evaluation/Enterprise Edition
61
61
62
62
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.
63
63
64
64
1. In SQL Server Management Studio, connect to the WideWorldImportersDW database and open a new query window.
65
65
2. Run the following T-SQL command to enable the use of PolyBase in the database:
0 commit comments