Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
chrpeter
Starting Member
31 Posts |
Posted - 2008-08-06 : 10:26:44
|
Is there a way to replicate reports from one server on another server in real time?I know Database replication is possible, but is SSRS replication possible? Does the Report Server database hold all the information of the reports? So if that's replicated, then all the reports are then replicated also. Or what directory are reports saved in when they are deployed? |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-08-06 : 12:34:00
|
quote: Originally posted by chrpeter Is there a way to replicate reports from one server on another server in real time?I know Database replication is possible, but is SSRS replication possible? Does the Report Server database hold all the information of the reports? So if that's replicated, then all the reports are then replicated also. Or what directory are reports saved in when they are deployed?
Yes. you will have to Reconfigure in Report config manager for it to work. |
 |
|
|
|
|