Can't select Reporting Services in Management Studio? - reporting-services

I've installed Sql Server 2008 R2 Express Advanced SP1 for my client including Reporting Services.
I've configured the Reporting Services but when opening Management Studio I can't open the Reporting Services..
Is this a missing feature in Expres or is there something wrong?
Sql Server version 10.50.2500.0 on Windows SBS 2011 standard.

You cannot use Management Studio Express to manage Reporting Services: http://msdn.microsoft.com/en-us/library/ms365166(v=sql.105).aspx

Related

What tools do I need to create SSIS packages on Windows 8?

I am running Windows 8 and need to develop SSIS packages.
The version of SSIS packages I need are SQL Server 2008 R2.
I am new to SSIS but it is my understanding that I need to install SQL Server 2008 R2 and Visual Studio 2010 in order to be able to create an Integration Services project (which will contain my SSIS package).Is this correct?
Does anyone know what I need to install? I have installed SQL Server 2008 R2 and Visual Studio 2010 Premium however I do not get the option of Integration Services project template.
I have Visual Studio 2012 installed but it is my understanding that VS2012 cannot be used for SSIS package creation.
You need Business Intelligence Development Studio (BIDS) if you want to create SSIS packages with SQL Server 2008 R2 version. BIDS uses Visual Studio 2008 Shell. Visual Studio 2010 is not required for SSIS development with SQL Server 2008 R2.
However, if you are using SQL Server 2012 then you need SQL Server Data Tools (SSDT) which uses Visual Studio 2010 Shell.
Answer to the below SO question contains the steps to install Business Intelligence Development Studio (BIDS) using SQL Server 2008 R2 installer.
How do I enable Integration Services (SSIS) in SQL Server 2008?
Windows 8 and SSIS development for SQL Server 2008 R2 and SQL Server 2012 works fine.
SQL Server 2005 will use the Visual Studio 2005 shell (devenv) for BIDS (Business Intelligence Designer Studio)
SQL Server 2008 and SQL Server 2008 R2 use the Visual Studio 2008 shell for BIDS
SQL Server 2012 uses Visual Studio 2010's shell for SSDT (SQL Server Development Tools). They have a roadmap for using Visual Studio 2012 environment as well but have not released the project templates yet.
For all those choices, you never need to have a Visual Studio installation. The SQL Server installer will put the shell onto your machine and the associated ssis/ssrs/ssas project types when you select the option in the installer.

Is business intelligence development studio available in express editions?

Is there anyway to use Business Intelligence Development Studio with SQL Server 2008 R2 Express Edition? Or is it available for Enterprise and Developer Editions? If it is possible have BIDS standalone installment?
As per the below MSDN link, Business Intelligence Development Studio (BIDS) is available in SQL Server 2008 R2 Express with Advanced Services.
Features Supported by the Editions of SQL Server 2008 R2 - Development Tools
You can download the Express with Advanced Services from the below link. Note that there are 32-bit and 64-bit versions of the install. You need to choose the correct version.
Microsoft SQL Server2008 R2 RTM - Express with Advanced Services
Personally, I haven't tried the Express with Advanced Services edition. So, I am not sure how much of BI development is possible with the Express edition.

Why does visual studio 2008 and SQL Server 2008 get installed when you install SQL Server 2008 R2?

I installed MS SQL Server 2008 R2 and it went ok but also automatically installed was MS SQL Server 2008 and Visual Studio 2008. Can I uninstall them? Or are they for some reason necessary for MS SQL Server 2008 R2?
I don't think, MS SQL Server 2008 R2 installation automatically installed VS 2008....Rather, It installs Business Intelligence Development Studio....Business Intelligence Development Studio is Microsoft Visual Studio 2008 with additional project types that are specific to SQL Server business intelligence.

Reporting Services availability SQL Server Express 2008 R2

I am trying to add Reporting Services to my already installed version of SQL Server Express 2008 R2. I am installing it on a Windows Server 2008 R2 Standard edition box.
When ever I run the install program to add extra features Reporting services is not listed.
I have installed (I think) all the prerequisites needed IIS, ASP etc but to no avail. Reporting services are just not visible in my features list.
Any ideas?
SSRS is only available in the SQL Server 2008 Express with Advanced Services Download, not the standard one

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?
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.