Lab Case

I need to install SQL Server Reporting Services (SSRS) on Window Server 2019 Core (non-gui).

Steps

  1. Download installer:

    SSRS has to be downloaded separately from the SQL Server media. You can find that download here

  2. Server Core allows for the installer wizard to be used, put the exe on the server and run it.
  3. Complete the install wizard.
  4. Once the installation completes run the configuration tool using the following command:

     & 'C:\Program Files\Microsoft SQL Server Reporting Services\Shared Tools\RSConfigTool.exe'
    
  5. Complete the configuration options desired.

You will access the web UI via http://<server>/Reports