Where can I find the Northwind database for Microsoft SQL Server 2008?

delete picture delete · Feb 21, 2011 · Viewed 63.1k times · Source

I'm trying to find and create/import the Northwind database to practice my Linq-fu.

I cannot find it for the life of me, searching just turns me to this page, which in turn tells me to find it on the official page which isn't there.

http://msdn.microsoft.com/en-us/library/ms227484%28v=vs.90%29.aspx

Where can I find the Northwind database?

Answer

p.campbell picture p.campbell · Feb 21, 2011

Northwind doesn't come installed with SQL Server 2008. You can instead:

They come in SQL Server 2000 format / compatibility mode. Microsoft seems to have stopped using these 2 in favour of the new sample database for SQL Server 2008: AdventureWorks.

You can download AdventureWorks 2008 R2 SR1.

Microsoft has its SQL Server Product Database samples at CodePlex.