See https://github.com/jpwhite3/northwind-SQLite3

"All the TABLES and VIEWS from the MSSQL-2000 version have been converted to Sqlite3 and included here. Also included are two versions prepopulated with data - a small version and a large version"

Answer from peak on Stack Overflow
🌐
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. To run this sample, you need a tool that can run Transact-SQL scripts. You can run the scripts in the following tools: SQL Server Management Studio (SSMS). To download ...
Author   microsoft
🌐
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
You can download these products free of charge from Microsoft. Download the script instnwnd.sql from the following GitHub repository to create and load the Northwind sample database for SQL Server:
Discussions

sql - Where can I download the Northwind sample database for SQLite? - Stack Overflow
After looking at: Where can I download Northwind database for Postgresql? it looks like the best place for Northwind data, outside of the Microsoft itself, is: https://code.google.com/archive/p/ More on stackoverflow.com
🌐 stackoverflow.com
Want to download Northwinds sample database, but confused
Don't use Northwind, grab Wide World Importers or AdventureWorks (links at the bottom of the Northwinds readme). They're more modern and have more complete instructions for setting up. You need to have SQL Server installed as well, Management Studio is useless without an instance to connect to. More on reddit.com
🌐 r/SQL
1
1
June 2, 2022
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
Anywhere i can get dummy SQL database for practice?

You can download the Stack Overflow DB: https://www.brentozar.com/archive/2015/10/how-to-download-the-stack-overflow-database-via-bittorrent/

You can also query it directly from the Web: https://data.stackexchange.com/stackoverflow/query/new

More on reddit.com
🌐 r/SQLServer
16
20
November 28, 2018
🌐
ASPSnippets
aspsnippets.com › Articles › 3401 › SQL-Server-2019-Download-and-Install-Northwind-Database
SQL Server 2019: Download and Install Northwind Database
In this article I will explain with an example, how to download and install the Northwind database in SQL Server 2019. In order to download the Microsoft’s free sample Northwind database, you will need to visit the following URL.
Published   July 28, 2025
🌐
SQLServerCentral
sqlservercentral.com › home › articles › sql server sample databases
SQL Server Sample Databases – SQLServerCentral
June 27, 2022 - Now, you can find it on GitHub at the following URL: https://github.com/microsoft/sql-server-samples/tree/master/samples/databases/northwind-pubs ... We have the Instwnd.sql file which is the northwind installer.
🌐
CNET
download.cnet.com › northwind-and-pubs-sample-databases-for-sql-server-2000 › 3000-10254_4-75453643.html
Northwind and Pubs Sample Databases for SQL Server 2000 for Windows - Free download and software reviews - CNET Download
March 12, 2026 - Download Northwind and Pubs Sample Databases for SQL Server 2000 latest version for Windows free. Northwind and Pubs Sample Databases for SQL Server 2000 latest update: March 12, 2026
Rating: 4.9 ​ - ​ 1 votes
Top answer
1 of 2
10

See https://github.com/jpwhite3/northwind-SQLite3

"All the TABLES and VIEWS from the MSSQL-2000 version have been converted to Sqlite3 and included here. Also included are two versions prepopulated with data - a small version and a large version"

2 of 2
3

You can download a version of sqlite3 database from

https://code.google.com/archive/p/northwindextended/downloads

Advantage: It is available immediately. Click and use.

If it's simply to get a sample database for general testing, then just use what's immediately available. If you require an exact copy to match testing results (for instance), then download and convert MS data yourself to ensure exactness since the file's header indicates modifications and added foreign keys and contains no other certification of content. You really need to answer this for yourself based on your own requirements.

Without knowing anything about the conversion process, I would at least guess that the date values are not precisely the same since sqlite has no native DateTime type, rather such values would have needed to be converted to string values and/or Julian numeric values. Of course the values themselves may represent the same dates and times, but processing of query data would certainly require special handling. BLOB values for images should also produce the same images, but retrieving and using those values will likely be different than getting them from other databases. I suppose there could be other data values/types that different handling would apply since sqlite really has no distinct, strict numeric types, rather just type affinities.

🌐
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. To run this sample, you need a tool that can run Transact-SQL scripts. You can run the scripts in the following tools: SQL Server Management Studio (SSMS). To download ...
Author   microsoft
Find elsewhere
🌐
GitHub
raw.githubusercontent.com › microsoft › sql-server-samples › master › samples › databases › northwind-pubs › instnwnd.sql
Northwind database - GitHub
/* ** Copyright Microsoft, Inc. 1994 - 2000 ** All Rights Reserved. */ -- This script does not create a database. -- 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 ...
🌐
MSSQLTips
mssqltips.com › home › microsoft sql server sample databases
Microsoft SQL Server Sample Databases
July 21, 2025 - Learn about and how to get the SQL Server sample databases Northwind, Pubs, AdventureWorks, and WideWorldImporters.
🌐
FoxLearn
foxlearn.com › home › sql › how to download and restore northwind database to sql server
How to Download and Restore Northwind database to SQL Server
February 28, 2025 - If you haven't installed SSMS, you can download it directly: Download · Once installed, Open SSMS and connect to your SQL Server instance by entering the necessary credentials. In SSMS, right-click on the Databases node in the Object Explorer, and select Restore Database. Enter your database name that you want to restore. ... Choose Device under the Source section, then click on the ... button to browse to the location where your Northwind.bak file is stored.
🌐
GitHub
gist.github.com › jmalarcon › e98d20735d17b3160766c041060d1902
Northwind Reborn - Base de datos de ejemplo de SQL Server · GitHub
Descarga el ZIP que tienes en este enlace. y descomprímelo en cualquier carpeta de tu equipo. Dentro hay un archivo llamado northwind.sql. Abre SQL Server Management Studio COMO ADMINISTRADOR, arrastra el archivo anterior sobre éste, y simplemente ...
🌐
YugabyteDB
docs.yugabyte.com › stable › sample-data › northwind
Northwind sample database | YugabyteDB Docs
YugabyteDB documentation is the best source to learn the most in-depth information about the YugabyteDB database, YugabyteDB Aeon, and YugabyteDB Anywhere.
🌐
GitHub
github.com › harryho › db-samples
GitHub - harryho/db-samples: Northwind sample database for MySql, PostgresQL etc. · GitHub
Northwind sample database for MySql, PostgresQL etc. - harryho/db-samples
Starred by 185 users
Forked by 135 users
Languages   TSQL 95.9% | Shell 1.8% | PowerShell 1.4% | JavaScript 0.9%
🌐
Reddit
reddit.com › r/sql › want to download northwinds sample database, but confused
r/SQL on Reddit: Want to download Northwinds sample database, but confused
June 2, 2022 -

I get better at SQL (I am pretty new to it), I heard you could download the MS Northwinds sample database to practice on. I went to this URl: sql-server-samples/samples/databases/northwind-pubs at master · microsoft/sql-server-samples · GitHub

but all I see are 2 fix files, an Azure SQL database, and a readme. I already have SQL Management studio installed, but not sure how to download this and attach it

🌐
Sololearn
sololearn.com › en › Discuss › 1755569 › hi-guys-how-do-i-download-the-northwind-database-for-sql-workbench-the-northwind-database-i-have-is-for-sql-server
Hi guys, how do I download the Northwind database for ...
Sololearn is the world's largest community of people learning to code. With over 25 programming courses, choose from thousands of topics to learn how to code, brush up your programming knowledge, upskill your technical ability, or stay informed about the latest trends.
🌐
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.
🌐
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 ...