Wednesday, March 21, 2018

Checklist to configure SQL Server Database Mirroring.

Checklist to configure SQL Server Database Mirroring.

  1. Enable SQL TCP and UDP(for Named instances) in firewall.
  2. Start MSSQLSERVER Services with Domain user credentials (instead of Local System Account) on principal database Server and Mirror Database Server.
  3. Enable DB mirror Ports in Firewall (Principal, Mirror and Witness).
  4. principal DB should be FULL Recover model.
  5. Take latest full backup and Logbackup.
  6. Restore full and Log backup with no recovery option.
  7. The end point should have the status started.

1 comment: