Can we configure SQL Server Reporting Services with MySQL?

Kapoor, Pooja 26 Reputation points
2021-09-13T06:35:31.537+00:00

Hello,

We have some reporting needs and we wanted to use SSRS standalone for it, but our database is in MySQL and we do not have MS SQL server Setup.

Therefore, wanted to know, Can we configure SQL Server Reporting Services with MySQL? Is it possible to have the reporting services databases i.e. ReportServer and ReportServerTempDB on MySQL?

If yes, kindly suggest some references to how we may do this setup.

Thank you.

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.
3,061 questions
0 comments No comments
{count} votes

Accepted answer
  1. Olaf Helper 47,436 Reputation points
    2021-09-13T06:47:53.757+00:00

    You can use MySQL as datasource for your reports, see Data Sources Supported by Reporting Services (SSRS)
    But to host the ReportServer databases you need a MS SQL Server, never saw that an other RDBMS is supported.
    If you purchase a license for SSRS then you have a license for the complete MS data stack and that means, you can install MS SQL Server database engine as well.


1 additional answer

Sort by: Most helpful
  1. Isabellaz-1451 3,616 Reputation points
    2021-09-13T09:34:40.697+00:00

    Hi @Kapoor, Pooja ,

    Please refer to this thread to learn how to use mysql database creating ssrs report
    https://www.mssqltips.com/sqlservertip/2615/creating-a-ssrs-report-using-a-mysql-data-source/

    HTH

    Best Regards,
    Isabella


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

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