I'm interested in hearing people's thoughts about the pros and cons of database mirroring vs. log shipping in this scenario: we need to setup a database backup situation wherein there is exactly one secondary server that need not automatically pick up when the primary fails. Recovering and starting with the secondary should not have to take too long though.
|
1
|
|
|
|
|
|
Mirroring
Log Shipping
|
||
|
|
|
|
For backup purposes I would recommend Mirroring: it keeps an always up-to-date copy of your database with no hassle.. If you don't need automatic fail-over you need just two servers/instances. Note that High Performance mode is only available in the Enterprice (sp) edition! |
||
|
|
|
|
Switching to the secondary database does take longer with log shipping, but it's not too bad. You'll have to manually copy any uncopied backup files, apply the transaction log backups to the secondary database, recover the secondary database, and change its role to primary. If the old primary databases accessible, you should back up its transaction log before beginning. Failing over with mirroring is somewhat simpler, and can be done automatically if you are using High Availability mode. Even when using High Performance mode, it's still a one statement operation. |
|||
|
|
|
|
I have setup both mirroring and and log shipping on 8 databases of about 10 GB each size on same instance, but now when i want to mirror another database it very long to dispaly the Database Properties page. Pleas tell sugest some solution for this. |
||
|
