1
votes

Here's my setup:

  • SQL Azure DB - This is the PaaS solution, not SQL Server running on an Azure VM.
  • Single Page App (Angular.js) hosted on Azure Web App.

My needs:

  • I'd like to find a packaged solution where we could allow user-configured reporting that could be saved by the user, for running later. Output would ideally be either CSV or PDF.

Initial thoughts:

  • Could we create a SQL Server installation on an Azure VM, and use SSRS with the SQL Azure DB as the data source?
  • Are there third party solutions that could meet these needs?

My research so far has shown one answer... migrate your data to SQL Server running on Azure VM, and use SSRS that way.

Any additional suggestions? I'm reluctant to do a data migration if I can avoid it.

1
I think the best solution without data migration is deploy SSRS to a VM and use SQL Azure DB as source. - alejandro zuleta
i am sorry if i didnt understand correctly,if you have an onprem SSRS setup,then SSRS datasource can point to azure DB. - TheGameiswar

1 Answers

0
votes

Consider PowerBi, there are numerous examples on the web and here is an overview. What you basically get is an excel-like environment with a lot of smart and easy visualizations. I am not sure how well it works, but there is a possibility to ask questions about your data in natural language as well.

It should be pretty easy to connect your database to PowerBi, then your user can configure what kind of visualizations/report does he want to have.