How to setup SSRS with an Azure SQL Server Database

后端 未结 8 1781
遇见更好的自我
遇见更好的自我 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:42

    That's correct, you'll need to migrate your database to a SQL Server running in an Azure VM. You can use the Azure Export Service (https://msdn.microsoft.com/en-us/library/f6899710-634e-425a-969d-8db1267e9471#ExportDB) to export your Azure Database into a dacpac. You can then import the dacpac to the SQL Server VM.

提交回复
热议问题