|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Today @ 5:48 AM
Points: 229,
Visits: 1,062
|
|
Hi, I am trying to create a replica of production server, so that we can divert some traffic. I am thinking of setting up mirroring and taking the database snapshots and making the data available for read only operations and for DR sites. Can we make the data continuously available during the snapshot process for read only operation? It's a high OLTP environment. Can snapshot replication/ Peer to Peer be used over here? We already have transactional replication in prod environment. Can we have both transactional and snapshot/peer to peer replication working together. If yes, what's the impact on prod server? We tried SAN replication but some reason the databases are going to suspect mode. Any thoughts??
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Today @ 5:48 AM
Points: 229,
Visits: 1,062
|
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Tuesday, March 26, 2013 8:41 AM
Points: 2,562,
Visits: 3,451
|
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 2:47 PM
Points: 38,
Visits: 334
|
|
Hi, Log shipping to a secondary server is also an option . You can query on the secondary log shipping database as well. LS is also very easy to implement.
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: 2 days ago @ 10:11 AM
Points: 94,
Visits: 558
|
|
| while restoring the database cannot be accessed in log shipping. Peer to Peer replication just works perfectly over here.
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 2:47 PM
Points: 38,
Visits: 334
|
|
I agree with that. While restoring the transaction logs to the secondary server, the users will be disconnected from the secondary database. Although it is a good practice to setup the backup interval and copy/restore interval of the Logshipping setup same ( Eg. backup trans log every 30 mins , and restore to secondary server every 30 mins) It is not uncommon to setup the log shipping to Restore the Transaction logs only few times a day, so that users won't be kicked out of the restoring database. Drawbacks are: Doing so, you would not get an exact near Production copy of the database. Your Transaction log to be restored in the secondary database will take more time across the network since there will be more transactional log files.
|
|
|
|