Share via

Access to SQL

Janet Taglianetti 0 Reputation points
2026-03-18T18:03:35.4933333+00:00

How can we request access for someone in our company to SQL Server Reporting Services?

SQL Server Reporting Services
SQL Server Reporting Services

A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.


2 answers

Sort by: Most helpful
  1. Erland Sommarskog 133.6K Reputation points MVP Volunteer Moderator
    2026-03-18T21:28:25.8266667+00:00

    I may misunderstand the question, but my answer is that you talk to your IT department. Keep in mind that this a public forum, and no one here knows the exact policies in your company.

    0 comments No comments

  2. Q&A Assist
    2026-03-18T18:03:48.9366667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Access to SQL Server Reporting Services (SSRS) is granted by assigning the user or group to appropriate SSRS roles. A member of the local Administrators group on the report server must perform these steps.

    For a native mode SSRS deployment:

    1. Open the SSRS web portal (Report Manager) on the report server.
    2. In the upper-right corner, select the gear icon and choose Site settings.
    3. Go to the Security page.
    4. Select Add group or user.
    5. In Group or user, enter the Windows account or group in the form: DOMAIN\UserName or DOMAIN\GroupName
    6. Select the appropriate system role, typically:
      • System User for standard access to the site, and/or
      • System Administrator for administrative tasks.
    7. Select OK.
    8. To grant access to reports and folders, go back to the Home folder in the web portal and assign item-level roles (for example Browser, Report Builder, Publisher, Content Manager) to the same user or group. Role assignments on the Home folder are inherited by child folders and reports.

    Internally, SSRS uses role-based authorization. Role assignments are stored in the report server database and can be managed via the web portal for user/group assignment and via SQL Server Management Studio if custom roles are needed.

    If SSRS is integrated with SharePoint (up to SQL Server 2016 only), access is controlled through SharePoint permissions instead of the SSRS web portal. In that case, grant the user appropriate SharePoint permission levels (for example, those including View Items, Create Alert, or Manage Alerts depending on the scenario).


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.