Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install SQL Server Reporting Services (SSRS) on an existing SQL Server Express install?

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?

like image 772
sqlchild Avatar asked Mar 18 '11 07:03

sqlchild


People also ask

Can I use SSRS with SQL Server Express?

Note that SQL Server Express with Tools and SQL Server Express don't support SQL Server Reporting Services.

How do I install reporting services in SQL Server 2014 Express Edition?

In the SQL Server 2014 installation wizard, choose 'Reporting Services – SharePoint' on the feature selection page. You can also install the Reporting Services add-in from the SQL Server 2014 installation wizard instead of downloading from this page.


1 Answers

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.

like image 52
marc_s Avatar answered Sep 20 '22 09:09

marc_s