

JSON is used to enable AJAX calls to some of the key tables, and also toĮxtend the relational schema to record such things as application settings andĭynamic Data Masking are used to secure data. Temporal tables are used to conveniently keep track of the history of referenceĭata, as well as some of the main entities. Query Store is used to keep track of query performance. Stretched to Azure for long-term retention, reducing storage cost and improving New functionality available with SQL Server 2016 including: MOVE N'WWIDW_InMemory_Data_1' TO N'F:\SQL_Data\WideWorldImportersDW_InMemory_Data_1',įeatures of the WideWorldImporters Sample Database in SQL Server 2016Īs per MSDN, the WorldWideImporters database can be useful for testing MOVE N'WWI_Log' TO N'L:\SQL_Logs\SQL2016\WideWorldImportersDW.ldf', MOVE N'WWI_UserData' TO N'F:\SQL_Data\WideWorldImportersDW_UserData.ndf', MOVE N'WWI_Primary' TO N'F:\SQL_Data\WideWorldImportersDW.mdf', RESTORE DATABASE FROM DISK = N'R:\SQLbackups\WideWorldImportersDW-Full.bak' Restore WideWorldImporters Sample Database in SQL Server 2016
#Where can i download the adventure works 2017 sample code
Restored the WideWorldImporters-Full.bak and WideWorldImportersDW-Full.bak database.Īs a next step, let's review some sample code to complete the restore process. I am using SQL Server 2016 evaluation edition and have WideWorldImportersDW-Standard.bacpac - This sample database is a BACPAC fileįormat and can be used as an Azure OLAP sample database. WideWorldImporters-Standrad.bacpac - This sample database is a BACPAC file formatĪnd can be used as a Azure OLTP sample database.Ģ. WideWorldImportersDW-Standard - This sample database is for OLAP needs for SQL Standard edition and useful for OLTP environments. WideWorldImporters-Standard.bak - This sample database is for SQL Server 2016

Processing (OLAP) and is useful for SQL Server enterprise, developer and evaluation WideWorldImportersDW-Full.bak - This sample database is for Online Analytical WideWorldImporters-Full.bak - This sample database is for SQL Server enterprise,ĭeveloper and evaluation edition and can be useful for OLTP and real time analytics You can also download these databases by clicking on the database name below. Let's get a basic understanding of these databases. In SQL Server 2016, Microsoft has provided a version of the sample database according This is applicableįor both on-premises SQL Server instances and SQL Azure. There are new sample databases introduced, WideWorldImportersĪnd WideWorldImportersDW for both OLTP and OLAP environments. Microsoft has taken a leap forward with SQL Server 2016 with its mission criticalĬapabilities and features.
