This video shows how to install sample database (AdventureWorks and AdventureWorksDW) for the latest version of SQL Sever.
The AdventureWorks databases are sample databases that were originally published by Microsoft to show how to design a SQL Server database using SQL Server 2008. AdventureWorks is the OLTP sample, and AdventureWorksDW is the data warehouse sample.
Database design has progressed since AdventureWorks was first published. For a sample database leveraging more recent features of SQL Server, see WideWorldImporters.
Note that AdventureWorks has not seen any significant changes since the 2012 version. The only differences between the various versions of AdventureWorks are the name of the database and the database compatibility level. To install the AdventureWorks databases with the database compatibility level of your SQL Server instance, you can install from a version-specific backup file or from an install script.
Microsoft Document:
https://docs.microsoft.com
AdventureWorks sample databases:
https://docs.microsoft.com/en-us/sql/...
cyberNet channel:
/ @cybernet8779
#sampledatabase #sqlserversampledb #adventureworks