Welcome to our blog post on configuring SQL Server Reporting Services (SSRS). In this article, we will guide you through the process of setting up SSRS on your SQL Server instance.
Installing Data Tools and Reporting Services
If you have already installed SQL Server but are missing the Data Tools or Reporting Services, you can easily add them by following these steps:
- Double-click the SQL Server 2012 installation media.
- Click the Installation link on the left to view the Installation options.
- Click the top link “New SQL Server stand-alone installation or add features to an existing installation”.
- Follow the SQL Server Setup wizard until you reach the Installation Type screen.
- Select “Add features to an existing instance of SQL Server 2012”.
- Click Next to move to the Feature Selection page.
- Select “Reporting Services – Native” and “SQL Server Data Tools”.
- If the Management Tools have not been installed, choose them as well.
- Continue through the wizard and reboot the computer if instructed to do so.
Configuring Reporting Services
If you installed Reporting Services during the installation of the SQL Server instance, SSRS will be configured automatically for you. However, if you install SSRS later, you will need to configure it manually. Here’s how:
- Click Start > All Programs > Microsoft SQL Server 2012 > Configuration Tools > Reporting Services Configuration Manager > Connect on the Reporting Services Configuration Connection dialog box.
- In the Reporting Services Configuration Manager, click Database on the left-hand side.
- Click the Change Database button on the right side of the screen.
- Select “Create a new report server database” and click Next.
- Click through the rest of the wizard accepting the defaults. This will create two databases: ReportServer, used to store report definitions and security, and ReportServerTempDB which is used as scratch space when preparing reports for user requests.
- Now click Web Service URL on the left-hand side of the Reporting Services Configuration Manager.
- Click the Apply button to accept the defaults. If the Apply button is grayed out, move on to the next step.
- This step sets up the SSRS web service, which is the program that runs in the background and communicates between the web page and the databases.
- Finally, select the Report Manager URL link on the left.
- Accept the default settings and click Apply. If the Apply button is already grayed out, this means that SSRS was already configured.
- This step sets up the Report Manager web site where you will publish reports.
- Exit the Reporting Services Configuration Manager dialog box.
And that’s it! You have successfully configured SQL Server Reporting Services on your SQL Server instance. In our next blog post, we will show you how to create your first report using the Report Wizard.
If you want to learn more about SSRS in simple and easy-to-understand language, we highly recommend getting the “Beginning SSRS” book from Joes 2 Pros.