How to setup SSRS with an Azure SQL Server Database

后端 未结 8 1786
遇见更好的自我
遇见更好的自我 2020-12-14 01:00

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

8条回答
  •  执念已碎
    2020-12-14 01:43

    You can set up a Azure VM with SQL Server, start up the SSRS Reporting Configuration Manager. Go to SQL Server Management studio on your VM and create a linked server to your existing SQL Database. Create your queries in the VM database to reference the linked server's data. Then create your reports using the database on the VM, but those queries will be pulling the data from your non-VM database.

提交回复
热议问题