Enterprise TechSQLWindows

Configure High Availability for SSRS in Enterprise and Standard

Configure High Availability for SSRS

When you are looking to Configure High Availability for SSRS, your options would be limited. Also, SSRS uses a custom web server and does not rely on IIS. It makes it a little difficult to make it highly available. Since SSRS has two components, namely the Databases and the HTTP service, the HA option needs to be implemented separately. Read along to know how to achieve this.

Configure High Availability for SSRS in Enterprise and Standard

When we talk about SQL Server Reporting Services High Availability (HA), there are two components to it. First is the HTTP web services which acts as a front end for Reporting Services, and second are the Reporting Services Databases which reside inside SQL Server Database Service. In this post, I am going to talk about how to configure high availability for SSRS in Enterprise and Standard Editions.

Reporting Services runs in two different modes:
  1. Native Mode
  2. SharePoint Integrated Mode

Let’s look at the High Availability (HA) Solutions for Reporting Services running in native mode first.

In SQL Server Reporting Services running in native mode, you would ideally need to configure High Availability (HA) in a two step process.

  1. Set up a Reporting Services Scale-Out Deployment with SQL Enterprise Edition. For Standard Edition, the front-end cannot be made highly available.
  2. Configure a minimum of a two node cluster for SQL Server that would host the reporting services databases. Alternatively, you can also host the Reporting Services Databases with Always On Availability groups using a listener.

Configure High Availability for SSRS in Enterprise and Standard

Reporting Services Front End is not Windows Cluster Aware and cannot be clustered

For SQL Server Standard Editions, you can only deploy the Reporting Services Databases on a two node cluster with a shared storage (Always On Availability Groups are not supported in Standard Edition), making it highly available. There can only be a single front end server.

Remember, SSRS is a shared component and needs to be installed locally on each node of a 2 node cluster.

There are some 3rd party solutions where users had individual installations separately on different servers and used “Merge replication” to replicate the data across. On the front end, have similar SSRS instances by importing the encryption key. It is not a solution supported or recommended by Microsoft, and if anything breaks, you might get limited support. If you still would like to check out this 3rd Party solution, go here.

Also Read: Interview Questions on SQL Server High Availability.

High Availability for SQL Server running in SharePoint Integrated Mode

When we talk about running Reporting Services in SharePoint integrated mode, we only have one option, that is SQL Server Enterprise Edition with SharePoint Enterprise Edition.

Note: SQL Server 2016 have discontinued the BI Edition. Learn more about SQL 2016 Licensing.

Unlike in native mode, Reporting Services in SharePoint Integrated Mode stores the following artifacts:

  • Report Definition (RDL)
  • Data Sources (DS)
  • Report Models
  • Other objects stored in SharePoint content databases
  • Schedules
  • Subscriptions
  • Cache refresh plans
  • Snapshots (report history/execution)
  • Credentials for data sources (including embedded)
  • Model item security

Reporting Services have native Service Application from SQL 2012 onwards

Configure High Availability for SSRS in Enterprise and Standard

When you have deployed a SharePoint Farm with Multiple Dedicated Reporting Services Service Application running on it, it automatically loads balances the workload for you at the Application Tier. You only need to ensure the WFE (Web Tier), and the Data Tier is made highly available.

I highly encourage you to download the E book from Microsoft to know more about this architecture.

Disclaimer: The Questions and Answers provided on https://www.gigxp.com are for general information purposes only. We make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the website or the information, products, services, or related graphics contained on the website for any purpose.

What's your reaction?

Excited
0
Happy
0
In Love
0
Not Sure
0
Silly
0

You may also like

Comments are closed.