🌐
Microsoft Learn
learn.microsoft.com › en-us › sql › samples › adventureworks-install-configure
AdventureWorks Sample Databases - SQL Server | Microsoft Learn
6 days ago - Applies to: SQL Server Azure SQL Database Azure SQL Managed Instance SQL database in Microsoft Fabric · This article provides direct links for downloading AdventureWorks sample databases and instructions for restoring them to your database.
🌐
SQL Tutorial
sqltutorial.org › home › sql sample database
SQL Sample Database
April 6, 2020 - The following script creates the HR sample database structure in Microsoft SQL Server.
🌐
DotFactory
dofactory.com › sql › sample-database
Free SQL Server Sample Database
SQL Server Example Database. Free download. A modern version of Northwind Traders.
🌐
SQLskills
sqlskills.com › sql server resources › 2019 demo scripts
SQL Server Demos and Sample Databases | SQLskills.com
March 25, 2026 - 2008 IndexInternals Sample Database (6MB zip/6MB backup/410MB restore) Note: This database was originally created for the Microsoft Press book SQL Server 2008 Internals.
🌐
Red9
red9.com › blog › sample-sql-databases
9 Sample SQL Databases for Practice - Free Downloads - Red9
1 month ago - All nine sample databases (see the full list and downloads) come from Microsoft, the U.S. Government, or Stack Exchange, and each links to a backup you can restore into SQL Server. Northwind and Pubs are the smallest and best for beginners, ...
🌐
Microsoft Learn
learn.microsoft.com › en-us › sql › samples › sql-samples-where-are
Microsoft SQL samples - SQL Server | Microsoft Learn
WideWorldImporters (WWI) is a sample database that showcases database design using current features, tools and design techniques. WideWorldImporters downloads include an OLTP and an OLAP database, which are built to run on SQL Server 2016 and later.
🌐
SQL Server Tutorial
sqlservertutorial.net › home › getting started with sql server › sql server sample database
SQL Server Sample Database
July 26, 2021 - This tutorial provides you with a SQL Server Sample Database called BikeStores, which allows you to start practicing with SQL Server quickly and effectively.
Find elsewhere
🌐
MSSQLTips
mssqltips.com › home › microsoft sql server sample databases
Microsoft SQL Server Sample Databases
July 21, 2025 - The Pubs database simulates a small set of publishers, authors, books, and sales information about them. Microsoft provides the scripts as part of their SQL Server samples GitHub repository. The specific location for the Northwind and Pubs creation scripts: https://github.com/microsoft/sql-server-samples/tree/master/samples/databases/northwind-pubs
🌐
Steve Stedman
stevestedman.com › 2025 › 02 › sql-database-example
Learn SQL Server with Microsoft's Sample Databases
March 13, 2025 - In this post, we’ll dive into five popular sample databases: AdventureWorks, Contoso, Northwind, Wide World Importers, and Pubs. You can download these databases from the SQL Server samples repository on GitHub.
🌐
w3resource
w3resource.com › sql › sql-table.php
w3resource SQL sample Database - w3resource
August 19, 2022 - A sample database which is used for most of the SQL examples of SQL tutorials, w3resource.com.
🌐
o7planning
o7planning.org › 10241 › sample-sql-server-database-for-learning-sql
Sample SQL Server Database for Learning SQL | o7planning.org
LearningSQL is a small database, used as an example in the instructions of learning SQL on the website of o7planning.
🌐
DZone
dzone.com › data engineering › databases › collection: sql server sample databases
Collection: SQL Server Sample Databases
December 11, 2018 - The Northwind Database works with SQL Server 2005 and 2008 and was originally created for demonstration purposes for Microsoft Access. It eventually transitioned over to SQL Server.
🌐
DanylkoWeb
danylkoweb.com › Blog › collection-sql-server-sample-databases-OO
Collection: SQL Server Sample Databases | DanylkoWeb
Another version exists at Microsoft SQL Server Samples GitHub. The Contoso University is an updated database to show how a schooling database would look like.
🌐
SQL Server Tutorial
sqlservertutorial.net › home › getting started with sql server › load sample database
Load SQL Server Sample Database
April 11, 2020 - BikeStores Sample Database - drop all objects.sql – this file is for removing the tables and their schemas from the sample database. It is useful when you want to refresh the sample database.
🌐
Database Star
databasestar.com › sample-data-sql
Sample Data for SQL Databases | Database Star: Home
SQL script files to create the tables and load the data, with different sets of scripts for Oracle, SQL Server, MySQL, and Postgres · An explanation of each data set with links to a more detailed explanation and an ERD · Steps on how to download the files, how to load the data, and what to do if you have any issues · A database of movies, cast and crew, production information, genres, and more.
🌐
Petri
petri.com › home › sql server › sql server essentials: sql server sample databases
SQL Server Essentials: SQL Server Sample Databases | Petri
July 29, 2025 - Running the installation file extracts T-SQL database scripts into the default folder (C:SQL Server 2000 Sample Databases), as you can see below. You can still install the Northwind and Pubs sample databases (Image credit: Petri/Michael Otey) You can install the two samples by running the instpubs.sql script to install the Pubs sample, as well as the instnwnd.sql script to install the Northwind sample. The scripts contain all of the code needed to create and populate the tables for each database.