🌐
GitHub
github.com › microsoft › sql-server-samples › tree › master › samples › databases › northwind-pubs
sql-server-samples/samples/databases/northwind-pubs at master · microsoft/sql-server-samples
This folder contains scripts to create and load the Northwind (instnwnd.sql) and pubs (instpubs.sql) sample databases. These scripts were originally created for SQL Server 2000.
Author   microsoft
🌐
Alpha Software
documentation.alphasoftware.com › documentation › pages › GettingStarted › GettingStartedTutorials › Basic Tutorials › Northwind › northwindSQLServer.xml
Importing the Northwind Access Database into SQL Server
Open SQL Server Management Studio. Right-click on "Databases" and select New Database... from the context menu. Create a New Database... In the Database name field, type in "northwind" and click OK · Right-click on the northwind database in the Object Explorer and select Tasks then Import Data....
Discussions

Import Northwind Sample
Why are you doing it that way instead of just using sql express installation to learn SQL? More on reddit.com
🌐 r/SQLServer
9
3
May 10, 2021
Origin of "Northwind" Database
Microsoft created the Northwind dataset. "Northwind" is the name of a fictional company to which the data supposedly belongs. I have no idea if there is any deeper meaning to it. More on reddit.com
🌐 r/AskProgramming
4
10
March 27, 2022
Northwind database and Normal forms question/help
Address does depend on city but also in a hypothetical address table there could be multiple of the "same" addresses in different cities. There also could be the Cities of the same name in countries (93 Springfields in the US). The unique address then is then probably defined by (address, city, country). Note a customer (that has a home address) can have an order delivered to another address. Important to consider what an address is used for when considering form. More on reddit.com
🌐 r/SQL
1
3
May 18, 2025
Hi SQLServer guys! Need a database sample like Northwind, but better.

Use the Stack Overflow database. It's licensed with Creative Commons, it's got an easy-to-understand schema, it's got fun real life data, and it's sizable so you can get more interesting query plans. Here's how to download and import it: http://www.brentozar.com/archive/2014/01/how-to-query-the-stackexchange-databases/

More on reddit.com
🌐 r/SQLServer
5
3
June 27, 2015
🌐
Microsoft Learn
learn.microsoft.com › en-us › dotnet › framework › data › adonet › sql › linq › downloading-sample-databases
Get the sample SQL Server databases for ADO.NET code samples - ADO.NET | Microsoft Learn
Select Create. Access downloads the Northwind database and prepares the file. When this process is complete, the database opens with a Welcome screen. Download the AdventureWorks sample database for SQL Server from the following GitHub repository:
🌐
Wikiversity
en.wikiversity.org › wiki › Database_Examples › Northwind › SQL_Server
Database Examples/Northwind/SQL Server - Wikiversity
-- Either: -- Open Microsoft SQL Server Management Studio. -- Connect to your server. -- Open a new query window. -- Copy and paste the SQL below into the query window. -- Execute the script to create the Northwind database. -- Or: -- Run the following command in a terminal window.
🌐
GitHub
github.com › Tarak-Chandra-Sarkar › SQL-Tutorials-Using-SQLServer-Northwind-Database
GitHub - Tarak-Chandra-Sarkar/SQL-Tutorials-Using-SQLServer-Northwind-Database: Tutorials of SQL on SQL Server using Northwind Sample Database. For references https://www.w3schools.com/sql/default.asp
Tutorials of SQL on SQL Server using Northwind Sample Database. For references https://www.w3schools.com/sql/default.asp - Tarak-Chandra-Sarkar/SQL-Tutorials-Using-SQLServer-Northwind-Database
Starred by 5 users
Forked by 9 users
🌐
Medium
medium.com › @mythilyrm › the-northwind-database-f2fa1f59daa7
The Northwind database
April 22, 2023 - The database has been slightly modified. ... Note: The column named reports_tocontains the employee ID (from the same table) of the employee's manager. ... Select each customer’s ID, company name, contact name, contact title, city, and country. Order the results by the name of the country. ... The products table stores information about products sold at the Northwind store.
🌐
Codeontime
codeontime.com › learn › sample-applications › northwind
Code On Time: Sample Applications / Northwind (SQL Server)
Code On Time creates premium database apps straight from your database! A premium line-of-business app handles millions of records and presents data on any device via a universal user interface with responsive design. It displays data in forms, grids, lists, charts, maps, calendars, and spreadsheets.
🌐
InformIT
informit.com › articles › article.aspx
The SQL Server Sample Databases: NorthWind | SQL Server Reference Guide | InformIT
The Northwind database is based on a fictional company that imports and sells specialty foods. The database is 4.25 MB on install, has 14 tables, 16 views, 17 stored procedures, and 1 user defined data type. I found a great detail of the database in addition to the one in SQL Server 2000 Books ...
Find elsewhere
🌐
SQLServerCentral
sqlservercentral.com › home › articles › sql server sample databases
SQL Server Sample Databases – SQLServerCentral
June 27, 2022 - These databases used to be included in the SQL Server 2000 installer. Now, you can find it on GitHub at the following URL: https://github.com/microsoft/sql-server-samples/tree/master/samples/databases/northwind-pubs
🌐
GitHub
raw.githubusercontent.com › microsoft › sql-server-samples › master › samples › databases › northwind-pubs › instnwnd.sql
Northwind database - GitHub
-- Run this script in the database you want the objects to be created. -- Default schema is dbo. SET NOCOUNT ON GO set quoted_identifier on GO /* Set DATEFORMAT so that the date strings are interpreted correctly regardless of the default DATEFORMAT on the server.
🌐
zentut
zentut.com › home › sql tutorial › sql sample database
SQL Sample Database
April 22, 2024 - You can download Northwind SQL Database in MySQL, Microsoft SQL Server and Microsoft Access format to practice with SQL queries in the tutorials.
🌐
GitHub
github.com › microsoft › sql-server-samples › blob › master › samples › databases › northwind-pubs › readme.md
sql-server-samples/samples/databases/northwind-pubs/readme.md at master · microsoft/sql-server-samples
This folder contains scripts to create and load the Northwind (instnwnd.sql) and pubs (instpubs.sql) sample databases. These scripts were originally created for SQL Server 2000.
Author   microsoft
🌐
C# Corner
c-sharpcorner.com › article › how-to-restore-northwind-database-in-sql-server-in-1-minute
How To Restore Northwind Database In SQL Server In One Minute
October 11, 2023 - You need to extract the backup file (Northwind. bak) from the zip file. You can also extract it to any other location on your PC. In this tutorial, I extracted it from the “ E” drive. This makes it easy for me to remember the location. Step 2. Open SQL Server Management Studio (SSMS). If you don’t have it - download it from the Microsoft Website. SQL Server Management Studio (SSMS) helps in configuring, managing & developing SQL Server through rich sets of graphical tools.
🌐
Petri
petri.com › home › sql server › sql server essentials: sql server sample databases
SQL Server Essentials: SQL Server Sample Databases | Petri
July 29, 2025 - In this tutorial, you learned about the different Microsoft SQL Server sample databases including Northwind, AdventureWorks, and WideWorldImporters.
🌐
ASPSnippets
aspsnippets.com › Articles › 3401 › SQL-Server-2019-Download-and-Install-Northwind-Database
SQL Server 2019: Download and Install Northwind Database
NORTHWIND.MDF file and press OK button. That’s it. You will see that the database is now available in your SQL Server along with the other databases.
Published   July 28, 2025
🌐
Wikiversity
en.wikiversity.org › wiki › Database_Examples › Northwind
Database Examples/Northwind - Wikiversity
March 21, 2025 - GitHub: Northwind and pubs sample databases for Microsoft SQL Server · Google Code: Northwind Downloads - MySQL, Oracle, Postgres, SQLite, SQL Server, VistaDB, XML · ↑ Wikipedia: Northwind · ↑ CodePlex: Northwind License · Retrieved from "https://en.wikiversity.org/w/index.php?title=Database_Examples/Northwind&oldid=2707978" Category: Databases ·
🌐
MSSQLTips
mssqltips.com › home › microsoft sql server sample databases
Microsoft SQL Server Sample Databases
July 21, 2025 - The specific location for the Northwind and Pubs creation scripts: https://github.com/microsoft/sql-server-samples/tree/master/samples/databases/northwind-pubs
🌐
Microsoft Learn
learn.microsoft.com › en-us › windows › uwp › data-access › sql-server-databases
Use a SQL Server database in a UWP app - UWP applications | Microsoft Learn
October 15, 2024 - Start the project and see products from the Northwind sample database appear in the UI. Explore the System.Data.SqlClient namespace to see what other things you can do with data in your SQL Server database.