惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
CXSECURITY Database RSS Feed - CXSecurity.com
Help Net Security
Help Net Security
P
Privacy International News Feed
S
Securelist
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
T
Tor Project blog
AWS News Blog
AWS News Blog
K
Kaspersky official blog
A
Arctic Wolf
Latest news
Latest news
T
Threat Research - Cisco Blogs
L
LINUX DO - 最新话题
P
Privacy & Cybersecurity Law Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
Google DeepMind News
Google DeepMind News
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
月光博客
月光博客
N
News and Events Feed by Topic
Jina AI
Jina AI
博客园 - 司徒正美
WordPress大学
WordPress大学
罗磊的独立博客
雷峰网
雷峰网
AI
AI
Hugging Face - Blog
Hugging Face - Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
S
Security @ Cisco Blogs
博客园 - 三生石上(FineUI控件)
H
Heimdal Security Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
酷 壳 – CoolShell
酷 壳 – CoolShell
C
Cisco Blogs
博客园 - 【当耐特】
The Hacker News
The Hacker News
有赞技术团队
有赞技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Schneier on Security
Schneier on Security
博客园 - Franky
S
SegmentFault 最新的问题
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Cloudbric
Cloudbric
爱范儿
爱范儿
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
Secure Thoughts
Last Week in AI
Last Week in AI
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Know Your Adversary
Know Your Adversary
Google DeepMind News
Google DeepMind News

博客园 - 经霄

Microsoft ProClarity 6.3 releases to manufacturing Windows Services中使用MSBuild实现Build Automation Management VSS Object Model Google Service 使用反射动态创建类的实例 - 经霄 - 博客园 AS2005中的维度安全性简介【转】 学位英语通过,特此庆祝一下 VS2005常用插件 AMO编程 - 经霄 - 博客园 Analysis Management Object对象模型 华为前员工:揭密华为“薪酬真相”【转】 VS2005中读写配置文件(一) 微软笔试试题——11月13日,2005年 Structure of the Basic MDX Query(转) 使用ADOMD.NET建立与Analysis Services的连接 IT公司薪水调查 ADOMD.net概述 SQL与MDX语法的比较 多维联机数据分析模型和系统设计方法[转]
AdventureWorks数据库的安装
经霄 · 2005-09-24 · via 博客园 - 经霄

Posted on 2005-09-24 14:02  经霄  阅读(1714)  评论()    收藏  举报

    在Microsoft SQL Server 2005中提供了新的OLTP,OLAP以及数据仓库的样例数据库——AdventureWorks。它的数据内容比SQL Server2000所提供的FoodMart2000的内容更加丰富,利用它来学习Sql Server 20005中的OLTP,OLAP以及数据挖掘将会具有很高的参考价值。然而,当按照默认设置安装SQL Server 2005后,系统并没有安装AdventureWorks。我也曾经为寻找AdventureWorks数据库的安装煞费苦心。本文将介绍如何去安装AdventureWorks,使那些仍在迷茫中的人少走弯路。
    在安装SQL Server2005过程中安装数据库
    1  在Components to Install页面中,选择Workstation Components,Books Online and Development Tools
    2  点击Advanced按钮,展开Documentation and Samples,展开Databases ,展开Samples选择需要安装的数据库  
   注意:数据库文件的存放路径为:n:\Program Files\Microsoft SQL Server\90\Tools\Samples folder
               只有在安装了数据仓库的样例数据库(AdventureWorksDW)后,才能安装Analysis Services的样例数据库(AdventureWorksAS)。
   在安装SQL Server 2005后安装数据库
   1   从【控制面板】的【更改或删除程序】中,选择【Microsoft SQL Server 2005 Tools CTP】,单击【更改】
     
   2   在弹出的向导对话框中选择【Next】
   3   单击【Change Installed Components】
  
   4   在【Feature Selection】向导中,以此展开【Books Online Documentations and Samples】->【DataBases】->【AdventureWork Sample OLTP】和】【AdventureWorksDW Sample DataWarehouse】
        
   5  完成安装向导步骤
AdventureWorks 数据库的存放路径为:n:\Program Files\Microsoft SQL Server\90\Tools\Samples\AdventureWorks OLTP.
AdventureWorksDW 的存放路径为: n:\Program Files\Microsoft SQL Server\90\Tools\Samples\AdventureWorks Data Warehouse folder.
这些数据库需要手动Attach到SQL Server 2005中。