Friday, December 22, 2017

Installing SQL Server Reporting Services 2017 - Part1

Download the following executable file from here:

https://www.microsoft.com/en-us/download/details.aspx?id=55252

SQLServerReportingServices.exe (92.7 MB)
Version: 14.0.600.490 (11/1/2017)

These are from download site:
Reporting Services offers the following: 

Paginated reports optimized for document generation and printing.
Mobile reports optimized for mobile devices, with responsive layout that adapts to different devices and the different ways you hold them.
A modern web portal you can view in any modern web browser.

System requirements:
Supported Operating System
Windows 10 , Windows 8, Windows 8.1, Windows Server 2012, Windows Server 2012 R2, Windows Server 2016
You'll need
.NET Framework 4.5.2 or later
SQL Server Database Engine (2008 SP4 or later), to store the report server database

You must first install the Reporting Services and then run the Reporting Services Configuration Manager for 2017 which  is installed when you install SQL Server 2017 Developer Edition (in the present case).



No comments:

Post a Comment

What is SQLOISIM? What is it used for in SQL Server?

SQLIOSIM is a tool for simulating SQL Server IO. SQLIOSIM performs reliability and integrity tests on the disk systems that SQL Server uti...