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

推荐订阅源

Engineering at Meta
Engineering at Meta
Cloudbric
Cloudbric
云风的 BLOG
云风的 BLOG
A
About on SuperTechFans
The GitHub Blog
The GitHub Blog
IT之家
IT之家
F
Full Disclosure
B
Blog RSS Feed
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Hugging Face - Blog
Hugging Face - Blog
B
Blog
H
Help Net Security
The Cloudflare Blog
Recorded Future
Recorded Future
P
Proofpoint News Feed
P
Proofpoint News Feed
C
Cisco Blogs
T
Tailwind CSS Blog
P
Palo Alto Networks Blog
D
Docker
爱范儿
爱范儿
Know Your Adversary
Know Your Adversary
博客园 - 聂微东
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Y
Y Combinator Blog
雷峰网
雷峰网
AWS News Blog
AWS News Blog
D
DataBreaches.Net
博客园 - 司徒正美
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
博客园 - Franky
C
Cybersecurity and Infrastructure Security Agency CISA
Blog — PlanetScale
Blog — PlanetScale
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Latest news
Latest news
Google DeepMind News
Google DeepMind News
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
C
CERT Recently Published Vulnerability Notes
阮一峰的网络日志
阮一峰的网络日志
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
C
CXSECURITY Database RSS Feed - CXSecurity.com
酷 壳 – CoolShell
酷 壳 – CoolShell
C
Cyber Attacks, Cyber Crime and Cyber Security
腾讯CDC
小众软件
小众软件
G
Google Developers Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
Scott Helme
Scott Helme
O
OpenAI 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中。