如何在现有的 SQL Server Express 安装上安装 SQL Server Reporting Services (SSRS)?
我有SQL Server 2005 Express,但我还没有SQL Server 报告服务 (SSRS)。如何单独安装?我是否必须再次下载整个 SQL Server 安装程序,或者是否有仅适用于 SSRS 的单独安装程序?
I have SQL Server 2005 Express, but I haven't got SQL Server Reporting Services (SSRS). How do I install it separately? Do I have to download the whole SQL Server setup again, or is there any separate setup for only SSRS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 SQL Server 2005 Express 概述页面:SQL 有多个版本Server Express - 基本版本不包括 Reporting Services - 您需要带有高级工具的 SQL Server Express 版本才能获取 Reporting Services。
这是 SQL Server 2005 Express 的下载页面 - 如果您需要 Reporting Services,则需要获取“带有高级服务 SP3 的 SQL Server 2005 Express Edition”。
更新:这是SQL Server 2008 Express概述页面,您还可以从中下载各种 SQL Server 2008 R2 Express 版本。您将需要包含 SSRS 2008 的 SQL 具有高级服务的 Server 2008 R2 Express。
Check out the SQL Server 2005 Express overview page: there are several versions of SQL Server Express - the basic version doesn't include Reporting Services - you need the SQL Server Express With Advanced Tools version to get Reporting Services.
Here's the download page for SQL Server 2005 Express - if you want Reporting Services, you need to get the "SQL Server 2005 Express Edition with Advanced Services SP3".
Update: this is the SQL Server 2008 Express overview page, from which you can also download the various SQL Server 2008 R2 Express versions. You will need the SQL Server 2008 R2 Express with Advanced Services which includes SSRS 2008.