Installation of SQL Server Business Intelligence Development Studio (安装 SQL Server Business Intelligence Development Studio)
问题描述
我已经安装了 Microsoft SQL Server 2005.
I have installed Microsoft SQL Server 2005.
这包括配置工具(SQL Server 配置管理器、SQL 错误和使用情况报告、SQL Server Surface area 配置、Reporting Services 配置)和 SQL Server Management Studio.
This consists of the configuration tools (SQL server configuration manager, SQL Error and usage Reporting, SQL Server Surface area configuration, Reporting Services configuration) and SQL Server Management Studio.
但是,我没有找到 SQL Server Business Intelligence Development Studio.
However, I don't find SQL Server Business Intelligence Development Studio.
如何安装?
是否可以在线免费下载?
Is it available online as a freeware download?
推荐答案
听起来您已经安装了 SQL Server 2005 Express Edition,其中不包括 SSIS 或 Business Intelligence Development Studio.
It sounds like you have installed SQL Server 2005 Express Edition, which does not include SSIS or the Business Intelligence Development Studio.
BIDS 仅随(非免费)标准版、企业版和开发者版一起提供.
BIDS is only provided with the (not free) Standard, Enterprise and Developer Editions.
编辑
此信息对于 SQL Server 2005 是正确的.自 SQL Server 2014 起,Developer Edition 一直是免费的.BIDS 已被 SQL Server Data Tools 取代,后者是 Visual Studio(包括免费的 Visual Studio 社区版)的免费插件.
This information was correct for SQL Server 2005. Since SQL Server 2014, Developer Edition has been free. BIDS has been replaced by SQL Server Data Tools, a free plugin for Visual Studio (including the free Visual Studio Community Edition).
这篇关于安装 SQL Server Business Intelligence Development Studio的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:安装 SQL Server Business Intelligence Development Studio
基础教程推荐
- 在 VB.NET 中更新 SQL Server DateTime 列 2021-01-01
- Sql Server 字符串到日期的转换 2021-01-01
- 将数据从 MS SQL 迁移到 PostgreSQL? 2022-01-01
- SQL Server 中单行 MERGE/upsert 的语法 2021-01-01
- 使用pyodbc“不安全"的Python多处理和数据库访问? 2022-01-01
- SQL Server:只有 GROUP BY 中的最后一个条目 2021-01-01
- ERROR 2006 (HY000): MySQL 服务器已经消失 2021-01-01
- 如何在 SQL Server 的嵌套过程中处理事务? 2021-01-01
- SQL Server 2016更改对象所有者 2022-01-01
- 无法在 ubuntu 中启动 mysql 服务器 2021-01-01