Files
sql-server-samples/samples/databases/northwind-pubs
LuisSoaresMSFT 9e4b163dd2 Create instnwnd (Azure SQL Database).sql
Adapted script to run on Azure SQL Database.
2021-10-29 16:44:11 +02:00
..

Northwind and pubs sample databases for Microsoft SQL Server

This folder contains scripts to create and load the Northwind and pubs sample databases.

These scripts were originally created for SQL Server 2000.

Before you begin

To run this sample, you need a tool that can run Transact-SQL scripts. You can run the scripts in the following tools:

Run the scripts in SSMS

  1. Open SSMS.
  2. Connect to the target SQL Server.
  3. Open the script in a new query window.
  4. Run the script.

Run the scripts in SSDT or Visual Studio

  1. Open SSDT or Visual Studio.
  2. Open the SQL Server Object Explorer.
  3. Connect to the target SQL Server.
  4. Open the script in a new query window.
  5. Run the script.