SQL DBA Mirroring
SQL DBA Mirroring
Asynchronous Mirroring :
10.Types of failovers ?
1 .Automatic failover : -Witness will detect heart beat failure , we use it in high
availability mode 2.Manual failover ;Using T-SQL script
ALTER DATABASE DATABASE-NAME SET PARTNER FAIL OVER
Using GUI
Right click on database -> go to properties -> go to mirroring -> from mirroring
wizard ->click failover .
3.Forced failover ;ALTER DATABASE DATABASE-NAME SET PARTNER FAIL OVER WITH FORCE
ALLOW
11.What is Quorum ?
Inter changing of roles like principal and mirror are called role switching.
Disadvantages: