A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
Hi @Ravishanker Maduri ,
SSRS Report Server URL will be different and SSRS Reporting Databases on a separate SQL Server ?
Do you mean installing the report server and report server database on different machines?
Yes, it is completely achievable. SQL Server is used to host the report server databases. The SQL Server Database Engine instance can be local or remote.
If you create the report server database on a remote computer, configure the connection to use a domain user account or a service account that has network access. If you use a remote SQL Server instance, consider which credentials the report server should use to connect to the instance. For more information, see Configure a Report Server Database Connection (Report Server Configuration Manager).
The report server and the SQL Server instance hosting the report server database can be in different domains. For internet deployment, it's common practice to use a server that's behind a firewall.
If you configure a report server for internet access, use SQL Server credentials to connect to the instance of SQL Server that's behind the firewall. Secure the connection by using IPSEC.
There is no need to have an available SQL Server database engine when installing the report server. The server must be available after installation to configure Reporting Services. So you need to configure the report server for remote management. For more information, please refer to: Configure a Report Server for Remote Administration.
Best Regards,
Joy
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
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.