简体   繁体   中英

Database mirroring for report database

I have a problem that our production database is under heavy load. So we have decide that we setup a second SQL server running copy of production database that doesn't need to be 100% uptodate with production database.

After searching I have found that asynchronous mirroring of production database might do the trick. Mirror database would be only read-only for reports and stuff. So I managed to set it up, but have found out that I can't read any data from mirror database because it is in recovery mode.

No I would like to know if my problem is solvable with mirroring or we should use alternative?

Thanks to Blim, we have decided for transaction replication. It works great on our development database (so it should in production too).

Step by step article: http://www.sql-server-performance.com/2010/transactional-replication-2008-r2/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM