Best solution for High Availability and SSRS on SQL Server 2008 R2?
- by Chandra
I have 2 Physical Servers with SQL Server 2008 R2. – SQL Server 1(Active) & SQL Server 2 (Passive)
Web Application is developed using .Net 4.0 Framework.
I want to know the best solution to have high availability and also have SSRS for reporting.
Planned solution: Mirroring for Failover, and Transaction Replication for SSRS as the mirrored database can only be used for failover scenarios. SSRS will be on the Passive server, to reduce the load on the Active server.
Let me know if the solution is correct. Also suggest alternate approaches.