安装 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).

相关文章