Download AdventureWorks sample database for SQL Server
By FoxLearn 11/13/2024 2:53:13 PM 21
The AdventureWorks database is a sample database provided by Microsoft, designed for use with Microsoft SQL Server and other SQL Server-based tools. It simulates a fictional company called Adventure Works Cycles, which manufactures and sells bicycles and related products.
Download Install SQL Scripts
To install AdventureWorks, download the AdventureWorks-oltp-install-script.zip file, or use the files located in the oltp-install-script folder on GitHub.
To install AdventureWorksDW, download the AdventureWorksDW-data-warehouse-install-script.zip file, or use the files in the data-warehouse-install-script folder on GitHub.
Download AdventureWorks (OLTP) full database backups
This is an extended version of AdventureWorks, designed to showcase SQL Server 2016 features. To see the features in action, run the SQL Server 2016 sample scripts on this database.
Download AdventureWorksLT (Lightweight) full database backups
Download AdventureWorksDW (Data Warehouse) full database backups
An extended version of AdventureWorksDW2016 designed to showcase SQL Server 2016 features. To see the features in action, run the SQL Server 2016 sample scripts on this database.
Additional OLTP backups and samples
- Connection string mysql
- How to convert string to datetime in SQL
- How to Download and Restore Northwind database to SQL Server
- Download backup of Northwind database for SQL Server
- Download SQL Server Management Studio (SSMS) Versions
- How to Download SQL Server Management Studio (SSMS) Versions
- How to fix 'The conversion of a varchar data type to a datetime data type resulted in an out-of-range value'
- How to display line numbers in SQL Server Management Studio