Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

How can I Install Northwind Database in SQL Managment Studio 2008 R2?

Specification: Microsoft Windows XP Service Pack3 2002 version

share|improve this question

migrated from stackoverflow.com May 17 '10 at 13:56

2 Answers

http://www.microsoft.com/downloads/details.aspx?familyid=06616212-0356-46a0-8da2-eebc53a68034&displaylang=en

Download the MSI file from this location. Double-click to install - actually, this extracts the files to (by default) C:\SQL Server 2000 Sample Databases.

The script you want to run is "instnwnd.sql".

I've just run it on SQL Server 2008 & R2, and it seems to work fine.

share|improve this answer

You can download here: http://sqlserversamples.codeplex.com/releases/view/30803

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.