🌐
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....
🌐
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
🌐
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 ...
🌐
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
🌐
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.
Find elsewhere
🌐
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.
🌐
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.
🌐
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.
🌐
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
🌐
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 › previous-versions › aspnet › bb763181(v=vs.100)
How to: Set Up the Northwind Sample Database for ASP.NET Development | Microsoft Learn
Click the Download button and save the SQL2000SampleDb.msi file to a local folder on your computer. After the download has finished, double-click the SQL2000SampleDb.msi file to begin the installation process.
🌐
Appworks-tips
appworks-tips.com › 2021 › 06 › 25 › 100_how_to_use_the_northwind_database_example_data
How to use the 'Northwind' database example data | OpenText™ Process Automation Tips
June 25, 2021 - Now that we’re connected to our ‘Northwind’ database it’s time to load some data into it. Hit that ‘File’ menu item and choose ‘Run SQL File…’
🌐
GitHub
github.com › eirkostop › SQL-Northwind-exercises
GitHub - eirkostop/SQL-Northwind-exercises: Sql exercises on Northwind Database · GitHub
Customer's total from 1997 orders You can try this with views, subqueries or temporary tables. Try using [Order Subtotals] view that already exists in database.
Starred by 94 users
Forked by 25 users
Languages   SQLPL