Where can I find the Northwind database for Microsoft SQL Server 2008?
问题 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? 回答1: Northwind doesn't come installed with SQL Server 2008. You can instead: download scripts for creating the Northwind and pubs sample databases. download