Download AdventureWorks sample database for SQL Server
By FoxLearn 11/13/2024 2:53:13 PM 159
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 odbc
- If else condition in sql server
- How to Insert Update Delete View and Search data from MySQL in C#
- How to Download and Restore Northwind database to SQL Server
- How to Download ODBC Driver for SQL Server
- Download SQL Server Management Studio (SSMS) Versions
- How to convert varchar to uniqueidentifier in SQL Server
- Connection string mysql