SSRS on Non-SQL Azure VM

江枫思渺然 提交于 2019-12-04 18:18:31

The VMs in the Azure gallery contain a full installation of SQL Server - meaning all services like SQL Server, Analysis Services, Integration Services, etc. The SQL Server license cost is included in the hourly rate your pay for the server. Obviously, you can choose to create two VMs of this sort and use the SSRS on one server and the Database Engine on another. On the SSRS server, you could disable or uninstall the Database Engine if you want. This is a more expensive option, but it will work.

Alternatively, you could build your own VM using Hyper-V, and just install the SSRS components you want to use. You can prep the VM as an Azure image and upload it into Azure. Of course, you will have to supply your own license for SQL Server.

I do not believe that the Reporting Services databases can be created/stored using the SQL Database service provided in Azure. You need to use the full SQL Server installation.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!