Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to setup SSRS with an Azure SQL Server Database

I have a SQL Server Database on Azure Cloud and I want to get a report server up and runnning using SSRS that would accesses the data on that database.

Does anyone have any experience with this scenario, or could provide me some guidance on how to go about this.

I'm reading about how SSRS would run on a Azure VM and that the SQL Server and it's respective Database(s) would be installed on that Azure VM. That's not my situation as I have existing SQL Database that exists outside of any VM I spin up.

Thanks,

like image 556
PeonProgrammer Avatar asked Mar 19 '15 15:03

PeonProgrammer


People also ask

Can SSRS connect to Azure SQL Database?

After you have Azure SQL Managed Instance and the Azure Storage Account ready, connect to the machine running your SSRS instance. This could be an On-Premise server or an Azure VM. Via SQL Server Management Studio (SSMS), you need to connect to the SQL Server instance currently hosting your report server databases.

How do I transfer SSRS reports to Azure?

@markgoldin-3750 You will need to host SSRS either on an Azure VM. In this link deployment topologies for SSRS on Azure VM are discussed. One method is to deploy SSRS to a VM and use Azure SQL Database as the data source. Once you deploy the VM containing SSRS, you can then connect SSRS to an Azure SQL DB.

Is SSRS included with SQL Server?

Microsoft SQL Server Reporting Services (SSRS) is a server-based application used for report generation and distribution. It's part of a suite of SQL Server services that also includes SQL Server Analysis Services (SSAS) and SQL Server Integration Services (SSIS). SSRS is a service built on top of SQL Server.


2 Answers

You will need to host SSRS either on an Azure VM or on premise.

In this link deployment topologies for SSRS on Azure VM are discussed.

One strategy is to deploy SSRS to a VM and use Azure SQL Database as the data source.

Once you deploy the VM containing SSRS, you can then connect SSRS to an Azure SQL DB. This artcle discusses connecting Azure SQL Database to SSRS.

Hope this helps!

like image 178
elfisher Avatar answered Sep 18 '22 16:09

elfisher


Another approach to SSRS support for SQL Azure is SQL SSRS containers. Windocks provides an automated approach that delivers configured SSRS containers for SQL Azure source databases. The advantage of containers in this case includes updating images, and greater scalability.

like image 20
Dig Agarwal Avatar answered Sep 18 '22 16:09

Dig Agarwal