Click here to Skip to main content
Click here to Skip to main content

HowTo: Install the Northwind and Pubs Sample Databases

By , 19 Jul 2012
 
Note: SQL Server 2008 Users Click Here for the SQL Server 2008 version of this article

Introduction

The Northwind and Pubs sample databases are staples of other sample code on this and other development websites. They are used in countless tutorials and walkthroughs published by Microsoft and others. Being a SQL/SQL Server newbie myself, I figured there may be others in my boat who might want both databases in an easily-accessible spot, and an easier, less error-prone way of installing them into SQL Server 2005 Express Edition than, say, running SQL query scripts.

Background

It's lost on me why one must use *.sql query scripts to install these samples. It's also lost on me why SQL Server distributions don't come with these databases provided, since they are used so ubiquitously through documentation, websites, and tutorials. There are probably several good reasons for this. However, I am focused on usability, and not on making things harder than they have to be.

There undoubtedly will be readers who will protest and say that I should use *.sql query files whenever possible; this is good and a perfectly acceptable practice. I see this article as illustrating just another way to accomplish a similar objective.

It's worth noting, for example, that a default Visual Studio .NET 2005 Standard Edition installation does not distribute these databases. It goes part-way, creating a Program Files\Microsoft Visual Studio 8\SDK\Samples\Setup directory containing, e.g., instnwnd.sql, a query script that ostensibly can be used to install the Northwind sample database.

However, hats off to Microsoft for putting apples with apples. Microsoft provides the queries for installing, but not the *.mdf and *.ldf files for the databases themselves. This does not support users in installing these important samples into SQL Server. Perhaps there's an easier way: this article. The download attached to this article contains the SQL Server 2000 versions of these files.

Personally, I favor using graphical (GUI) tools and methods over typing cryptic commands and deciphering error messages. So, this article illustrates how to install Northwind and Pubs using graphical tools and methods.

Steps: Installing the Northwind and Pubs Databases

Note: The steps here make use of SQL Server Management Studio Express, which sometimes doesn't install along with a Microsoft SQL Server 2005 Express Edition install. For this case, SQL Server Management Studio Express is available as a separate download from Microsoft.

Step 1: Using the download link above, download the Zip file containing the following files. Extract the files to a directory on your computer and remember where you put them. For these steps to work, you must have the following files on your computer:

  • NORTHWND.MDF
  • NORTHWND.LDF
  • PUBS.LDF
  • PUBS.MDF

Step 2: On the Start menu, point to Programs, point to Microsoft SQL Server 2005, and then click SQL Server Management Studio Express.

SQL Server Management Studio starts and displays the Connect to Server window, shown in Figure 1.

Screenshot - InstallNorthwindAndPubs_fig1.jpg

Figure 1. The Connect to Server window

Fill in the appropriate settings on the Connect to Server window that appears, and then click Connect.

SQL Server Management Studio Express opens the Object Explorer with the server's databases displayed.

Step 3: Right-click the Databases folder and then click Attach, as shown in Figure 2.

Screenshot - InstallNorthwindAndPubs_fig2.jpg

Figure 2. The Object Explorer window

Step 4: In the Attach Databases window, click Add....

The system prompts you for the proper *.mdf file using the Locate Database File window, as shown below in Figure 3.

Screenshot - InstallNorthwindAndPubs_fig3.jpg

Figure 3. The Locate Database File window

Step 5: Locate and click on the NORTHWND.MDF file, and then click OK.

The right pane of the Attach Databases window will look as shown in Figure 4.

Screenshot - InstallNorthwindAndPubs_fig4.jpg

Figure 4. The right pane of the Attach Databases window after adding the Northwind database

Step 6: Repeat steps 4 and 5 for the PUBS.MDF file.

When you're done, and if you did the proper actions, the right pane of the Attach Databases window should look as displayed in Figure 5.

Screenshot - InstallNorthwindAndPubs_fig5.jpg

Figure 5. The right pane of the Attach Databases window after adding the Pubs database

Step 7: In the Attach Databases window, click OK.

Step 8: To check that everything was successful, in the Object Explorer window, click the plus sign to open the Databases folder.

The Northwind and Pubs databases will be displayed, as shown in Figure 6.

Screenshot - InstallNorthwindAndPubs_fig6.jpg

Figure 6. The Object Explorer after importing the Northwind and Pubs databases

Where to Go for Help

Feel free to email me with specific questions about this article, and I will be happy to explain. I also want to invite you to make use of the forums at the bottom of this article. I wish you well and happy programming. Click here for the SQL Server 2008 version of this explanation.

History

In this section, I will keep a running history of the changes and updates I've made to this article:

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Brian C Hart
Software Developer (Senior) Corrugated Technologies, Inc.
United States United States
Member
From Fridley, Minnesota and I like computer programming! When I got started, I was working mostly with Windows GUI programming in C/C++. Then later on I worked with COM/DCOM for a school internship. I used COM/DCOM to write an ad hoc cluster server and job-running environment for a cluster of 24 Windows-based high-end visualization workstations. I moved on to C# and have been working in C# and Windows Forms ever since. I have yet to embrace Silverlight Smile | :)

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralGood ArticlememberAlireza_13627 May '13 - 17:58 
Questionit is really nicememberMember 990282911 Mar '13 - 18:54 
GeneralMy vote of 5memberSavalia Manoj M27 Feb '13 - 16:55 
GeneralMy vote of 5memberWhiteOsoBDN26 Feb '13 - 2:46 
GeneralMy vote of 5memberpron116 Jan '13 - 15:38 
QuestionSQL Server 2005 Install/UpgradememberGoldstar Lee13 Jan '13 - 6:49 
GeneralMy vote of 5memberAmol_B1 Jan '13 - 23:18 
Questionspot on explanationmemberJim Millecam19 Dec '12 - 9:53 
Questionhihi thanksmemberhaiyentink1025 Oct '12 - 15:26 
GeneralEasy as it getsmemberMember 950286110 Oct '12 - 14:50 
QuestionThanks so muchmemberRonnieVN3 Aug '12 - 22:11 
QuestionConnect to Server?membermetonym19 Jul '12 - 5:30 
AnswerRe: Connect to Server?memberBrian C Hart19 Jul '12 - 6:05 
GeneralRe: Connect to Server?membermetonym22 Jul '12 - 23:23 
QuestionThanks Brianmembersandeep1967 Jun '12 - 23:20 
QuestionTHANKS VERY MUCHmemberpofante7 Jun '12 - 0:09 
QuestionThanksmemberMrNilesh4 Jun '12 - 20:54 
QuestionThanksmemberMember 858559930 Apr '12 - 10:31 
QuestionThanksmemberMuhammad Tausif29 Apr '12 - 16:20 
GeneralThanks BrianmemberMember 857561217 Jan '12 - 14:03 
GeneralThanks!!! [modified]memberCNote883 Jan '12 - 3:01 
Questionmy vote for 5membercostavo17 Dec '11 - 11:35 
GeneralMy vote of 5memberPomel16 Jun '11 - 7:10 
GeneralMy vote of 5membertebogoph19 Apr '11 - 0:21 
GeneralMy vote of 5memberAnup Daware10 Apr '11 - 20:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 19 Jul 2012
Article Copyright 2007 by Brian C Hart
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid