Hello, I need some help understanding mirroring for the follwoing example.
primary server in FL Mirror server in germany
My application is doing an insert into the table for the FL system
CASE 1 : The mirror server is down -- network issue -- I assume that the insert will be written to the Transaction log on the principal -- It will not be commited to disk What will happen if someone tries to query the FL database.Will they see the last transaction[insert]? When SQL server perform a query, does it look at both the DB and tlog?.
CASE 2: If mirror server is down for 2 days. Then I guess the transation log will continue to grown. Can you explain how this will affect the response time of the appplication
CASE 3 : If mirror is down for while (week). Is it better to break the mirroring. Also, would this means that I have take a full backup of the DB again in order to reconfigure mirroring