• I don't agree that the mirroring can recover an exact copy of the database when there is a disaster. Mirroring uses log shipping. Some logs may not apply to the mirror server when disaster occurs in production server. This is why you need to use command ALTER DATABASE SET PARTNER FORCE_SERVICE_ALLOW_DATA_LOSS in certain case. My problem with the question is the word EXACT. Am I wrong?