Newer SSRS instance with old Database Engine?

旧巷老猫 提交于 2019-12-11 07:52:05

问题


Is it possible to install a SQL Server 2012 SP1 Reporting Services instance on "server A" that points to a SQL Server 2008 R2 SP2 Database Engine instance on "server B?"

I cannot seem to find any documentation that indicates interoperability between different versions of SQL Server Reporting Services and the Database Engine.


回答1:


Yes, you can install just reporting services on "server A". Make sure to choose feature installation and only check "Reporting Services - Native" on the feature selection screen.

When the installation is finished be sure to run through the configuration wizard and point your new reporting services to a database on "server B".



来源:https://stackoverflow.com/questions/18880028/newer-ssrs-instance-with-old-database-engine

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