Using MS SQL SERVER 2005. I have log shipped the ReportServer database to the secondary server in Standby/Readonly. I seem to be unable to use Reporting Services on the secondary database because it complains about the ReportServer database being Read Only.

Is there some way of doing this?

link|improve this question
feedback

2 Answers

You can do this in SQL 2005 Enterprise Edition. This may be a limitation of pricing and fees to honor that functionality.

link|improve this answer
feedback

you'd better of replicating the database you want to report on, that should work in any version. It can be a bit of a pain to setup but once you have set it up its very reliable, and should work on any version (apart from probably sql express)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.