Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

readme.md

Northwind and pubs sample databases for Microsoft SQL Server

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.

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.

Related links