在哪里可以找到Microsoft SQL Server 2008的罗斯文(Northwind)数据库?

编程入门 行业动态 更新时间:2024-10-14 12:23:16
本文介绍了在哪里可以找到Microsoft SQL Server 2008的罗斯文(Northwind)数据库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在尝试查找和创建/导入Northwind数据库以练习Linq-fu.

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.

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

在哪里可以找到Northwind数据库?

Where can I find the Northwind database?

推荐答案

SQL Server 2008没有附带Northwind.您可以改为:

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

  • 下载脚本用于创建Northwind和pubs示例数据库.
  • 从Microsoft下载Northwind并发布MDF/LDF .这篇文章的标题为"SQL Server 2000示例数据库".
  • download scripts for creating the Northwind and pubs sample databases.
  • download Northwind and pubs MDF/LDF from Microsoft. The article is titled "SQL Server 2000 Sample Databases".

它们采用SQL Server 2000格式/兼容模式.微软似乎已经停止使用这两个数据库,而使用SQL Server 2008的新示例数据库:AdventureWorks.

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.

您可以下载AdventureWorks 2008 R2 SR1 .

Microsoft在CodePlex上具有 SQL Server产品数据库示例.

Microsoft has its SQL Server Product Database samples at CodePlex.

更多推荐

在哪里可以找到Microsoft SQL Server 2008的罗斯文(Northwind)数据库?

本文发布于:2023-10-18 04:31:37,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1503124.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:罗斯   可以找到   数据库   Microsoft   Server

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!